Topics
- More on Statements and Syntax
- Control Structures and Loops
- Conditional Logic
- Iterators
- Comprehensions
Suggested Readings
- Lutz, 2019, Part III, Chapter 10. Introducing Python Statements
- Lutz, 2019, Part III, Chapter 11. Assignments, Expressions, and Prints
- Lutz, 2019, Part III, Chapter 12. if and match Selection
- 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
- Variables, Expressions, Statements, Types (Python Notes)
- More Control Flow Tools (Python Docs)
- If … Then (W3S)
- Iterators (GFG)