Course Notes¶
These notes are compact references for the main programming ideas in CPSC 110. They are meant to help students prepare for class, revisit examples after class, and connect vocabulary to actual Python code.
| Note | Topic |
|---|---|
| 01 | Introduction |
| 02 | Variables and Expressions |
| 03 | Types |
| 04 | Branching |
| 05 | Loops |
| 06 | Functions |
| 07 | Strings |
| 08 | Lists |
Read notes actively: copy a short example, predict what it will do, then run it and compare.