tags:

views:

134

answers:

6

Possible Duplicate:
Best online resource to learn Python?

Great tutorials for Python Novice

+1  A: 

How about reading the Python documentation?

vtorhonen
+1  A: 

http://diveintopython.org/ is my favorite.

MadMike
damn, beat my by 20 seconds :D
Uku Loskit
Seems like we all just love Diveintopython :D
Sebastian
A: 

I'm quite sure this is a duplicate question, but http://diveintopython.org/

Uku Loskit
+1  A: 

Dive into python is a great book that is vailable online free of charge. It covers everything you need to know to become a pro.

Sebastian
A: 

are good places to start.

J.F. Sebastian
btw, http://diveintopython3.org (even if you use Python 2.x) demonstrates better Python practices than http://diveintopython.org
J.F. Sebastian