tags:

views:

225

answers:

2

I know of the few normally mentioned Python tutorial/guides/introductions, but I was wondering if there were any that were...more entertaining to go through, I guess.

For example, Ruby has Why's (Poignant) Guide to Ruby, Haskell has Learn You a Haskell for Great Good, PHP even has this set of tutorials. Is there a Python equivelant?

+6  A: 

A Byte of Python

For real entertainment, take The Python Challenge.

Mark Lutton
Looks decent, thanks. I actually messed around with The Python Challenge, but...I got to the first actual level and couldn't figure it out. :-p.
Andrew
A: 

I'm partial to Dive Into Python, myself. Now updated for Python 3, too.

Not as silly as why's (Poignant) Guide to Ruby, but that's a plus, in my opinion. Dive into Python strikes a nice tone. It's interesting without wasting too much of your time.

steveha