I was going through the learn Python the hard way page, and then realized that 088 is using Python 3.2 not 2.7, which is what that site teaches. The differences are slight, but enough to warrant not learning the older version, since TD is the new one!
Anyways, I’ve been getting a good deal out of going through this site:
getpython3.com/diveintopython3/
It’s a Python 3 intro for folks who have very basic to intermediate understanding of programming. You can basically get away with using TD as your shell instead of the Python shell to follow along.
-P