priyesh - 2006-10-10

Because Python is a scripting language, it has an interpreter which can
execute code one line at a time.  Thus, a great way to learn is to go
through the tutorial and try things out using the interpreter (which is
part of the download).

An excellent Python tutorial is at:
http://docs.python.org/tut/

If you have Windows XP:
You can download and install the latest Python release at:
http://www.python.org/ftp/python/2.5/python-2.5.msi

After installing, go to Start > All Programs > Python 2.5 > Python
(command line)

You can probably start at Chapter 3.1 in the Tutorial:
http://docs.python.org/tut/node5.html

If you don't have Windows XP, just go to the Python.org download page.
You can find your version and go through the same tutorial.  Please
e-mail me with any questions.

-A.J.