Flow Control [April 18, 2011, 11:09 p.m.]
Flow control consists of tools to determine the sequence of events in a program. The primary aspects of Python flow control include:
- boolean logic
- loops
- iterators
Learning Resources
- Python for Informatics -- Chapter 3 (Slides, Printable Slides, Streaming Video, Download Video, Lecture Audio)
- Python for Informatics -- Chapter 5 (Slides, Printable Slides, Lecture Audio)