Python Tutorials

Introductory Python Tutorial
A very good intruductory level python programming tutorial by python.org, covers basics of python. Advanced level python programming tutorial is found here. This one is Very comprehensive and covers everything you need to know about python programming language.
source: http://www.python.org/doc/Intros.html
Python Short Course
A nice beginner level python tutorial. Available in ppt, pdf and html formats. A good place to start learning python.
source: http://www.wag.caltech.edu/home/rpm/python_course/

Python tutorial for Non-Programmers
A good python programming tutorial for non-programmers. Topics include looping, debugging, defining functions, lists, dictionaries, file I / O and error handling, etc.
source: http://www.honors.montana.edu/~jjc/easytut/easytut/

wxPython for newbies
This article shows how to use one Python-savvy GUI library, wxPython to create incredibly nice-looking GUI apps for the desktop.
source:http://www-106.ibm.com/developerworks/library/l-wxpy/index.html

Free Python Tutorial
Information on this site includes how to get Python and how to install Python. Very useful for starters.
sourc: http://martin.f2o.org/python/tutorial

Python Programming Tutorial
A very nice multipart Python programming tutorial. Topics like variables, strings, lists, tuples, dictionaries and more are very well discussed.
sourc: http://www.dickbaldwin.com/tocpyth.htm