___ _
|_ _|_ __ | |_ _ __ ___
| || '_ \| __| '__/ _ \
| || | | | |_| | | (_) |
|___|_| |_|\__|_| \___/
Right! Today it's all about exceptions!
- built-in exceptions and how to find them
- How to raise an exception
- how to catch an exception
- how to create a custom exception
- context managers