2010-03-11, 03:28 PM
Oops, forgot to recommend a website. I strongly recommend Dive Into Python, a free redistributable introduction to Python. The site assumes that you have some programming experience, but it's still useful for beginners. It also introduces you to other IDEs rather than using the standard Python IDLE (such as Komodo) or other implementations of Python, such as Jython (Java & Python) or IronPython (.NET & Python).
