INST 326 Module 2
Topics
This module covers the use of loops and functions to perform repeated actions in Python programs.
Learning Outcomes
After completing this module, students should understand:
- The difference between definite and indefinite loops.
- Different patterns for breaking out of loops.
- How to define and call functions.
- How to get data into and out of functions.
Readings
- Severance, Python for Everybody, Chapter 4: Functions, pp. 43-56.
- Severance, Python for Everybody, Chapter 5: Iteration, pp. 57-66.