Session 5: Exceptions and Comprehensions¶
Exceptions and Comprehensions
In-class Activities¶
Review of last class’s labs
Exercises:¶
- Comprehensions Lab
- Exceptions Exercise
- Optional: Exceptions Lab
- Update mailroom with Exceptions: Mailroom Part 3
Post-class Activities¶
Finish the exercises
- If you’ve done all that – check out the collections module, there is a LOT of nifty stuff in there!
- https://docs.python.org/3/library/collections.html
- here’s a good overview: https://pymotw.com/3/collections/
Look at the next session for reading, etc: