Python Reference Resources
Useful links when programming
Official Python Docs
http://docs.python.org/
http://www.python.org/doc/2.4.3/
Python 2.4 Quick Reference
http://benyoonline.com/pqr/PQR2.4.html
http://rgruet.free.fr/PQR24/PQR2.4.html
Python Wiki
http://wiki.python.org/moin/FrontPage
http://wiki.python.org/moin/TitleIndex
Python Quick Reference Card
http://laurent.pointal.org/python/pqrc/index.pih
Python Cookbook -- searchable collection of code snippets large and small
http://aspn.activestate.com/ASPN/Cookbook/Python/
Style Guide for Python Code
http://www.python.org/dev/peps/pep-0008/
Docstring Conventions
http://www.python.org/dev/peps/pep-0257/
Sorting HOWTO
http://wiki.python.org/moin/HowTo/Sorting
Unicode HOWTO
http://www.amk.ca/python/howto/unicode
Regular Expression HOWTO
http://www.amk.ca/python/howto/regex/
Unicode in Python
http://www.jorendorff.com/articles/unicode/python.html
Python on Devshed
http://www.devshed.com/c/b/Python/
http://docs.python.org/
http://www.python.org/doc/2.4.3/
Python 2.4 Quick Reference
http://benyoonline.com/pqr/PQR2.4.html
http://rgruet.free.fr/PQR24/PQR2.4.html
Python Wiki
http://wiki.python.org/moin/FrontPage
http://wiki.python.org/moin/TitleIndex
Python Quick Reference Card
http://laurent.pointal.org/python/pqrc/index.pih
Python Cookbook -- searchable collection of code snippets large and small
http://aspn.activestate.com/ASPN/Cookbook/Python/
Style Guide for Python Code
http://www.python.org/dev/peps/pep-0008/
Docstring Conventions
http://www.python.org/dev/peps/pep-0257/
Sorting HOWTO
http://wiki.python.org/moin/HowTo/Sorting
Unicode HOWTO
http://www.amk.ca/python/howto/unicode
Regular Expression HOWTO
http://www.amk.ca/python/howto/regex/
Unicode in Python
http://www.jorendorff.com/articles/unicode/python.html
Python on Devshed
http://www.devshed.com/c/b/Python/