-
Notifications
You must be signed in to change notification settings - Fork 2
Source code and errata for "The Python Standard Library By Example"
License
dhellmann/py_stdlib_by_example
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
======================================== 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. .. _The Python Standard Library By Example: http://www.doughellmann.com/books/byexample/ .. _Python Module of the Week: http://www.doughellmann.com/PyMOTW
About
Source code and errata for "The Python Standard Library By Example"