ENGR 103 — Introduction to Python for Living Systems
Dr. Cheng Li | Oregon State University | Mon & Fri 9:00–9:50 AM
Reading: Ch 5.3–5.5This final week completes our study of Python data structures by exploring mutability — the ability to change objects in place. Understanding mutation and aliasing prevents hard-to-find bugs in data analysis pipelines.
By the end of this week, you will be able to:
docs.python.org