Week 04: Iteration and Simple Programs

ENGR 103 — Introduction to Python for Living Systems

Dr. Cheng Li  |  Oregon State University  |  Mon & Fri 9:00–9:50 AM

Reading: Ch 3.1, 3.3

📖 Weekly Overview

This week we explore systematic search algorithms and binary number representation. We also confront an important reality of computing: most decimal numbers can't be stored exactly in binary — understanding this is essential for reliable sensor data analysis.

🎯 Learning Objectives

By the end of this week, you will be able to:

📚 Required Reading

Guttag, "Introduction to Computation and Programming Using Python" (3rd Ed)
Week 04 Reading: Ch 3.1, 3.3
Complete before the first lecture of the week.

📅 This Week's Schedule

✅ Assignments Due This Week

🔗 Resources