Week 09: Tuples and Lists

ENGR 103 — Introduction to Python for Living Systems

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

Reading: Ch 5.1–5.3

📖 Weekly Overview

Python's sequence types — tuples and lists — are the most commonly used data structures. This week we master both: tuples for fixed records (like sensor readings at a moment in time), and lists for growing, changing collections of data.

🎯 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 09 Reading: Ch 5.1–5.3
Complete before the first lecture of the week.

📅 This Week's Schedule

🔬 Studio 4 (this week): Lists and tuples for environmental data management

✅ Assignments Due This Week

🔗 Resources