Python 3 Module of the Week

PyMOTW-3 is a series of articles written by Doug Hellmann to
demonstrate how to use the modules of the Python 3 standard
library. It is based on the original PyMOTW series, which covered
Python 2.7. See About Python Module of the Week for details includi… Read more

Similar

Stop naming your Python modules “utils”

Imagine the following situation: there is a software developer that is either adding new code or refactoring existing one by extracting a class/function. They have to place code somewhere, but it does not seem to fit anywhere. So what does a developer do?... (more…)

Read more »