In this short article I will demonstrate a nifty trick to get your python tracebacks annotated with git blame information, specifically… (more…)
Read more »
Going over the process of creation and functionalities of CheckiO ClassRooms as a great additional resource for teaching Python through the coding game. (more…)
Read more »
Those who have been following Python development on Windows recently will be aware that I’ve been actively redeveloping the installer. And if you’ve been watching closely you’ll know that there are now many more ways to install the official python.o...
Read more »
PyMilo: Python for ML I/O. Contribute to openscilab/pymilo development by creating an account on GitHub. (more…)
Read more »
Dynamically adding or overwriting an instance method in Python is rarely needed, but it's a good excuse to explore interesting aspects of the language that aren't always well known: the descriptor protocol, types.MethodType and partial function applicatio...
Read more »