Cirriculum: Learn Python the hard way (http://learnpythonthehardway.org/book/)
Python Basics practiced:
*Exercise 3: Numbers And Math
*Exercise 6: Strings And Text
*Exercise 7: More Printing
*Exercise 11: Asking Questions
*Exercise 18: Names, Variables, Code, Functions
*Exercise 19: Functions And Variables
*Exercise 21: Functions Can Return Something
*Exercise 29: What If
*Exercise 30: Else And If
*Exercise 31: Making Decisions
*Exercise 33: While Loops