dhellmann / PyMOTW (http://doughellmann.com/PyMOTW/)

Python Module of the Week

Clone this repository (size: 2.7 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/dhellmann/pymotw/

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
PyMOTW /
filename size last modified message
PyMOTW  
bin  
sphinx  
utils  
.hgignore 674 B 9 months ago add motw command; rearrange packaging
.hgtags 4.2 KB 9 months ago Added tag 1.95 for changeset e569d7324b41
LICENSE.txt 982 B 2 years ago start rearranging for tagged releases and add sched examples
MANIFEST.in 278 B 9 months ago add motw command; rearrange packaging
README.txt 1.8 KB 12 months ago include a briefer note about translations with link to…
module 4 B 9 months ago merge in abc module docs and examples
motw 2.2 KB 9 months ago add motw command; rearrange packaging
pavement.py 12.1 KB 8 months ago merge file access article into trunk
sitemap_gen_config.xml 5.8 KB 10 months ago ignore some directories in the sitemap

README

Python Module of the Week
=========================

PyMOTW is a series of blog posts written by `Doug Hellmann <http://www.doughellmann.com/>`_.  It was started as a way to build the habit of writing something on a regular basis.  The focus of the series is building a set of example code for the modules in the `Python <http://www.python.org/>`_ standard library.

:Project Home Page: http://www.doughellmann.com/PyMOTW/
:Issue Tracker and Source: http://www.bitbucket.org/dhellmann/pymotw/

Complete documentation for the standard library can be found on the Python web site at http://docs.python.org/.

Subscribe
=========

As new articles are written, they are posted to `my blog <http://blog.doughellmann.com/>`_.  Updates are available by `RSS <http://feeds.feedburner.com/PyMOTW>`_ and `email <http://www.feedburner.com/fb/a/emailverifySubmit?feedId=806224&amp;loc=en_US>`_.

Translations and Other Versions
===============================

For information about translations and other versions of this document see the project information page, http://www.doughellmann.com/PyMOTW/about.html.


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 <http://creativecommons.org/licenses/by-nc-sa/3.0/us/>`_ 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://www.doughellmann.com/PyMOTW/).  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.