
Python
Python is a general-purpose, high-level programming language. Its design philosophy emphasizes programmer productivity and code readability. Python's core syntax and semantics are minimalist, while the standard library is large and comprehensive. http://en.wikipedia.org/wiki/Python_%28programming_language%29
http://www.python.org/doc/faq/
Python Bibliotheca - This site aims to be both a library of educational materials using Python to teach computer programming, and a virtual meeting place for teachers and students engaged in learning and teaching using Python.
http://www.openbookproject.net/pybiblio/
Python Tutorial - Python Tutorial at Python.org, July 20, 2001, Release 2.1.1.
http://www.python.org/doc/current/tut/tut.html
Python Short Course - Available as a powerpoint presentation, in pdf form, or viewable online in html format.
http://www.wag.caltech.edu/home/rpm/python_course/
Python Performance Tips - This page is devoted to various tips and tricks that help improve the performance of your Python programs.
http://wiki.python.org/moin/PythonSpeed/PerformanceTips