A Collection of Python Information
updated December 22, 2011
Python dot org
(2011-12-22)
The Zen of Python
(2011-12-22)
Django (2.0)
-- an online book about Django, a Python web framework (2012-03-07).
Dive Into Python
by Mark Pilgrim -- an online book on Python (2012-03-07).
In-line documentation
http://www.electricmonk.nl/log/2008/06/22/why-python-rocks-i-inline-documentation/
Written in June 2008, accessed 2011-01-24. In-line documentation for Python (2.4). Need to look for information for version 3.x.
For a six page intro to Python that covers lots of the language features, see the following URL
http://www-h.eng.cam.ac.uk/help/languages/python/python_by_example.html
recommended by Dan Hyde.
Dive Into Python 3
An online book that seems to be very useful. (2011-12-22)
Code examples
http://www.blog.pythonlibrary.org/2010/05/15/manipulating-pdfs-with-python-and-pypdf/
Example of using pyPdf. Nice example of using pyPdf with a GUI interface. The problem in this example, as in many others using the pyPdf package is that I can't find the "pdf" package that is supposed to be imported from within pyPdf. (2011-07-28)