Skip to content

dhellmann/pymotw-3

Repository files navigation

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.

Project Home Page

http://pymotw.com/3/

Issue Tracker and Source

http://github.com/dhellmann/pymotw-3/

Complete documentation for the standard library can be found on the Python web site at https://docs.python.org/.

Subscribe

As new articles are written, they are posted to my blog. Updates are available by RSS and email.

All of the prose from the Python Module of the Week is licensed under a Creative Commons Attribution, Non-commercial, Share-alike 3.0 license. You are free to share and create derivative works from it. If you post the material online, you must give attribution and link to the PyMOTW home page (http://pymotw.com/). You may not use this work for commercial purposes. If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.

The source code included here is copyright Doug Hellmann and licensed under the BSD license.