PDA

View Full Version : A little more advanced Python tutorial.


Xecuter
March 17th, 2006, 07:07 PM
I've been working with a Python for a while now, and I would like some advanced tutorials. I tried Python 201, but I couldn't understand anything, I don't know if it was bad written or something.

flummoxed
March 17th, 2006, 07:26 PM
I found the Think Like a Computer Scientist online book pretty helpful.
http://greenteapress.com/thinkpython/

There's a lot of useful stuff on python.org too, check out the site, it's completely revamped!

There's also dive into python, which is in your help file in ubuntu. I think it's pretty hard to understand at first unless you already have a lot of programming experience.

s|k
March 17th, 2006, 07:30 PM
I like the Dive into Python tutorial:
http://diveintopython.org/toc/index.html

It has some advanced stuff at the end.