Doug Hellmann is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

dhellmann / py_stdlib_by_example http://doughellmann.com/books/byexample/

Source code and errata for "The Python Standard Library By Example"

Clone this repository (size: 704.5 KB): HTTPS / SSH
hg clone https://bitbucket.org/dhellmann/py_stdlib_by_example
hg clone ssh://hg@bitbucket.org/dhellmann/py_stdlib_by_example

py_stdlib_by_example overview

Recent commits See more »

The Python Standard Library By Example

This is the source code bundle for the book The Python Standard Library By Example. It is an updated version of the source from the Python Module of the Week blog series by Doug Hellmann.

The PyMOTW posts for Python 2 ended when I started working on the book in 2010. Now that the book is released, I am tagging the version of the source code from the book as "PyMOTW 2.0" and maintaining any fixes in the new py_stdlib_by_example repository on BitBucket.

Book Home Page:http://www.doughellmann.com/books/byexample/
Issue Tracker and Source:
 http://www.bitbucket.org/dhellmann/py_stdlib_by_example/
PyMOTW Home Page:
 http://www.doughellmann.com/PyMOTW/

License

The source code included here is copyright Doug Hellmann and licensed under the BSD license. See LICENSE.txt for complete details.

History

2.0.1

  • Patch release to remove unused console script motw and fix other packaging issues.

2.0

  • First release associated with the book.