GitXplorerGitXplorer
d

pymotw-3

public
153 stars
71 forks
11 issues

Commits

List of commits on branch master.
Verified
95e60f5bfd5c98623e6b74cbbef55ab555a845fa

build: remove build files from main branch, since they are in gh-pages branch

ddhellmann committed 3 years ago
Verified
f55c147790ba63214564e012cc84086e343f9a0d

about: fix git URL; stop referring to source archive download

ddhellmann committed 3 years ago
Verified
db0333ab719f6b9c2ff21818f47a540e20668b98

fix link to issue tracker in readme

ddhellmann committed 3 years ago
Verified
31ed35b6d3ce9389ba2854ac9aa1691d009e565a

fix links to doughellmann.com

ddhellmann committed 4 years ago
Verified
ef2ad6d312d7ad1bd55187b5b3c287b50083bba3

fix css build and restore stylesheet

ddhellmann committed 4 years ago
Verified
1eb289f6e81469409cab68400e2085cb5cd95122

ignore sitemap file that is rebuilt every time

ddhellmann committed 4 years ago

README

The README file for this repository.

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.

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.