Python Pacing
Chapters refer to the OpenBookProject version.
- Chapter 1. (One day or less.)
- Chapter 2. (Two to three days.) Variables, types, and math. Do all of the exercises.
- Chapter 3. (Three days?) Turtles and for loops. Exercises 1-12. Make sure you learn how for works. Summary of for, with examples. One way to use turtles is to use the repl.it python_turtle language.
- Chapter 4. (Two to three days.) Functions. Do all exercises.
- Chapter 5. Especially note 5.11 (information) and 5.12 (good project). Exercises 1-12. Additional project: can you make a turtle pie chart generator?