M03 Control Structures

Topics

  • More on Statements and Syntax
  • Control Structures and Loops
  • Iterators
  • Comprehensions

Outcomes

  • Recognize primary control structures available in Python and their basic use cases
  • Write comprehensions for each of Python’s list-like data structures
  • Recognize when iterators are used by Python functions (such as open())
  • Understand basic conditional logic statements and their role in designing data flow in a program

Readings

Required

Optional