Overview
This lesson covers the basics of what the Object-Orientated Paradigm is, the benefits, features and starting to breakdown applications using a top down approach.
Resources
Slideshow
Quiz 2.1
For this lesson, let's put all that theory into practice. We'll build a shape calculator and drawing app using what we've learned.
Quiz 2.2
Ex 2.2
Let's take a break from OOP and learn to build GUI apps in Python!
Now we've build a program using the OOP, it's time to test what we've made.
Quiz 2.4
Ex 2.4