2to3 is a Python program that reads Python 2.x source code and applies a series
of fixers to transform it into valid Python 3.x code. The standard library
contains a rich set of fixers that will handle almost all code. 2to3 supporting
library lib2to3 is...
Read more »
This is something that’s directly impacting me even as I am typing out this story. What started out as a small outbreak of a novel… (more…)
Read more »
Most Python programmers don’t spend a lot of time thinking about how equality and hashing works. It usually just works. However there’s quite a bit of gotchas and edge cases that can lead to subtle and frustrating bugs once one starts to customize their... (more…)
Read more »
A shallow dive into the Python ecosystem to leverage the best tools to set up the most convenient Python project. (more…)
Read more »