We met up with Victor Stinner and Julien Danjou to discuss the performance of the programming language Python. (more…)
Read more »
Created on 2020-10-27 15:59 by vstinner, last changed 2020-11-02 23:44 by rhettinger. (more…)
Read more »
For reasons outside of the scope of this entry, I recently installed
Ubuntu's package (for Ubuntu 20.04) of the Python netaddr on a system of ours. When I did,
I got an interesting Python warning that I hadn't seen before: (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 »