Topics
- More on Statements and Syntax
- Control Structures and Loops
- Conditional Logic
- Iterators
- Comprehensions
Readings
Suggested
- Lutz, 2019, Part III, Chapter 10. Introducing Python Statements
- Lutz, 2019, Part III, Chapter 11. Assignments, Expressions, and Prints
- Read only up to and including “The Python 3.X print Function.”
- Lutz, 2019, Part III, Chapter 12. if Tests and Syntax Rules
- Lutz, 2019, Part III, Chapter 13. while and for Loops
- Lutz, 2019, Part III, Chapter 14. Iterations and Comprehensions
- Lutz, 2019, Part III, Chapter 15: The Documentations Interlude