___ _
|_ _|_ __ | |_ _ __ ___
| || '_ \| __| '__/ _ \
| || | | | |_| | | (_) |
|___|_| |_|\__|_| \___/
So, last time we learnt a little about a lot. Today we're just going to add a bit of polish by looking at classes:
- how to define classes
- inheritance
- magic methods/dunder methods We're not covering abstract base classes, that would warrant it's own lesson.