A good Python tutorial online:

Posted by Somegirl on Sun 21 Nov 2004 05:49 AM — 5 posts, 22,638 views.

#0
http://whitetiger.threespeed.org/byte/

I was looking for more documentation on how classes work and this book is really easy to understand.
Greece #1
Another really good tutorial is in the helpfile that comes with ActivePython 2.3. Condensed and concise, it tells you much in little time.
#2
You mean the normal Python documentation that comes with every distribution? The one originally written by Guido van Rossum?
USA #3
I believe that Active* is just a distribution, not the original code. The same group (ActiveState, I think) makes ActivePerl, ActivePython, and Active-a-few-other-things-too. They usually add their own stuff to the documentation, but very, very rarely add to or change the language itself. (which would render the code non-portable, which stinks, for perl/python/other similar scripting languages.)
Greece #4
Quote:

You mean the normal Python documentation that comes with every distribution? The one originally written by Guido van Rossum?

Could be. That's what I have, so I don't know about the others, although I don't think the normal Python distro had this tutorial. Maybe they added it between the distros I had though.