views:

48

answers:

3

Possible Duplicate:
Resources for moving to Python

Im looking to edit an old colleagues Python skripts, and i never done python before, can anyone point me in the direction on some good tutorials?

Thanks Felix

+3  A: 

The official tutorial is a good start.

http://docs.python.org/tutorial/index.html

czchen
+1  A: 

I found this one great for a very quick overview:

http://www.sthurlow.com/python/

This tutorial is a bit more in depth, but has a lot of good stuff in it:

http://diveintopython.org/toc/index.html

Richard