Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 434 Bytes

00_lesson_intro.md

File metadata and controls

16 lines (14 loc) · 434 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

Let's get started!