Python 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

The Disaster of Python 3

I have long noted issues with Python 3’s bytes/str separation, which is designed to have a type “bytes” that is a simple list of 8-bit characters, and “str” which is a… (more…)

Read more »