Due to uncertainty over the future of the Python 2 interpreter
in future Linux distributions, I've been
looking at some of our Python 2 code, especially the larger programs.
This caused me to express some views over on Twitter, which
came out long enough ... (more…)
Read more »
The challenge Remove a exclamation mark from the end of string. For a beginner kata, you can assume that the input data is always a string, no need to verify it. Examples Test cases The solution in Python Option 1: Option 2 (using endswith): Option 3 (sim... (more…)
Read more »
In this post, you are going to see what is ASCII Art, and how to use it to have fun a little from your chair. (more…)
Read more »