======================================
what can you do with python ?
http://python.org/about/quotes/
http://python.org/about/success/
======================================
python tutorials
======================================
the new boston
Intro to Python videos
http://thenewboston.org/list.php?cat=36
======================================
Introduction to Computer Science
https://www.udacity.com/course/cs101
where you'll learn Python programming by learning how search engine work and by building your own web crawler.
(it's supposed to be one of the best Intro to Comp Science courses on the web and Python is used a lot in research, science, statistics, even making games)
======================================
An Introduction to Interactive Programming in Python
https://www.coursera.org/course/interactivepython
starts October 7
Course Description:
This course is designed to be a fun introduction to the basics of programming in Python. Our main focus will be on building simple interactive games such as Pong, Blackjack and Asteroids.
here's a youtube video of someone's final asteroid project
http://www.youtube.com/watch?v=bx03ZGntIZM
======================================