https://github.com/dhellmann/pymotw-3
https://github.com/dhellmann/pymotw-3
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhellmann/pymotw-3
- Owner: dhellmann
- License: other
- Created: 2020-06-29T13:28:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T18:55:45.000Z (over 3 years ago)
- Last Synced: 2025-05-07T15:26:12.983Z (about 1 year ago)
- Language: Python
- Size: 10.5 MB
- Stars: 157
- Watchers: 11
- Forks: 75
- Open Issues: 11
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. -*- mode: rst -*-
===========================
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.
.. _Python: http://www.python.org/
.. _PyMOTW: http://pymotw.com/2/
: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
`_.
Copyright and Licensing
=======================
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.