Week 02: Core Elements of Programs

ENGR 103 — Introduction to Python for Living Systems

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

Reading: Ch 2.3–2.4

📖 Weekly Overview

This week we build the core elements of programs: working with text data (strings), reading user input, displaying formatted output, and making decisions with conditional branching. These tools let us start building real environmental monitoring tools.

🎯 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 02 Reading: Ch 2.3–2.4
Complete before the first lecture of the week.

📅 This Week's Schedule

✅ Assignments Due This Week

🔗 Resources