CMU 15-112: Fundamentals of Programming and Computer Science
Class Notes: Advanced Syntax
The following pages cover topics that allow you to use Python in more advanced ways. We'll only cover these concepts at a high level; you can learn more about them with a bit of research if you're interested.
- Exceptions (Advanced Testing)
- Functions Redux
- Pythonic Constructs