the type of tutorial depends upon ur level with programming.
For starters I would personally recommend "How to think like a Computer Scientist - Programming in Python". It is an ideal ebook for learning programming using an elegant language like Python.
After going thru that, or if you find it too slow-paced, there's "Dive into Python" for ppl who already know a programming language (like c, java or something) and basically want to learn Python itself.
"An Introduction to Tkinter" is also quite good if you are interested in designing a gui.
Anyway, hopefully you'll find all this helpful.
