Recently, I analyzed Python 3 support for packages listed in PyPI to judge the risk of completely dropping Python 2 in 2017. In this…...
Read more »
cage - Develop and run your Python applications in clean Docker environments...
Read more »
The Monty Hall problem was first featured on the classic game show “Let’s make a Deal”. In the final segment of the show, contestants were…...
Read more »
A recurring conversation with my collegues has been around whether to extract
string literals to the top of a Python module as global constants. I often see
people writing Python modules that include (more…)
Read more »
A relevant and timely recommendation can be a pleasant surprise that will delight your users. Unfortunately it can be difficult to build a system that will produce useful suggestions, which is why this week's guest, Nicolas Hug, built a library to help wi... (more…)
Read more »