Creating an up-to-date, meaningful, easily usable documentation is not trivial. This article shortly reviews 3 tools that could help… (more…)
Read more »
By dismissing the Python garbage collection (GC) mechanism, which reclaims memory by collecting and freeing unused data, Instagram can run…...
Read more »
With the EoL of Python 2 being in line with development of Python 3.9 there were changes made to Python 3.9 that broke a lot of packages since many deprecati... (more…)
Read more »
Python’s context managers are great for resource management and stopping the propagation of leaked abstractions. You’ve probably used it while opening a file or a database connection. Usually it starts with a with statement like this: (more…)
Read more »
Part 1 is dev-oriented. I talk about general optimizations that helped create the fastest image resize algorithm for x86 out there... (more…)
Read more »