Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 512 Bytes

00_lesson_intro.md

File metadata and controls

17 lines (15 loc) · 512 Bytes
 ___       _             
|_ _|_ __ | |_ _ __ ___  
 | || '_ \| __| '__/ _ \ 
 | || | | | |_| | | (_) |
|___|_| |_|\__|_|  \___/ 

What are we doing?

We're back!

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.

Let's get started!