https://github.com/dhellmann/py_stdlib_by_example
Source code and errata for "The Python Standard Library By Example"
https://github.com/dhellmann/py_stdlib_by_example
Last synced: 11 months ago
JSON representation
Source code and errata for "The Python Standard Library By Example"
- Host: GitHub
- URL: https://github.com/dhellmann/py_stdlib_by_example
- Owner: dhellmann
- License: other
- Created: 2020-06-27T15:37:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-27T15:37:34.000Z (almost 6 years ago)
- Last Synced: 2024-11-30T20:53:41.345Z (over 1 year ago)
- Language: Python
- Size: 370 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
========================================
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