Resources for learning Python
There is a free Creative commons licensed book called Think Python by Green Tea Press.
There is an interactive introduction to Pyton at CodeAcademy.
And a free (at the time of this writing) Python course on coursera called “An Introduction to Interactive Programming in Python” by Rice University.
And of course here is the official Python docs from the python.org
codeskulptor.org is a neat browser app that lets your run python 2 code from your browser.
compileonline.com lets you run Python 3 code from your browser.
So you can test out python commands.
Bet you can also find lots of Python stuff on YouTube as well.