CSCI 381 Python Exam Review
Since Waxman’s class examples are kind of weak sauce compared to his exam questions, these problem sets were created to try to bridge that gap.
Lecture Videos
Problem Sets
- Midterm Problem Sets 1
- Midterm Problem Sets 2
- Midterm Problem Sets 3
- Midterm Problem Sets 4
- Final Problem Sets 1
- Final Problem Sets 2
Class Notes (Collected Winter26 from Mars)
- A Taste of Python Before We Dive In
- Part 1
- Part 2
- Part 3 - Pages 55 to 74
- Part 4
- Part 5
- Part 6
- Part 7 - Generators
- Part 8 - Decorators
- Part 9 - Intro to OOP in Python