Introduction to the Python programming language
6.2. On the web
You can find this presentation in HTML format here:
http://hades.indivia.net/proj/pythonpres/.
The Python website can be reached at:
http://www.python.org/.
Dev Shed has some articles about Python at:
http://www.devshed.com/c/a/Python/.
They are written in an extremely fun way and are great for everyone to
start with (specially the 101 series and the OOP with Python articles).
All of these resources were used during the writing of this presentation.
The benchmarks can be found at:
http://www.bagley.org/~doug/shootout/ (The Shootout)
http://www.flat222.org/mac/bench/ (Py vs. Perl vs. Java vs. C++)