ONLINE Object-Oriented Programming in Python using classes - 216


Details
Jupyter Notebook: https://colab.research.google.com/drive/1mg55pLdJcevT8NLw3NyhOvn-LgZWVTQD
Python classes allow you to use object oriented programming style. OOP makes it simpler to organise all the code for an 'object' into a class. This breaks the programming problem down into smaller compartments where each class can be debugged on its own. It also allows inheritance meaning you can build classes which inherit all the properties of existing classes.
This session will be completely using Google Colab so all you need is a Google account and Internet access. You don't need to install Python on your computer
There is a slackspace for sharing data and chatting during the streaming event at beginnerspython.slack.com - please email skypyprojectatgmaildotcom for an invitation to join the space.


ONLINE Object-Oriented Programming in Python using classes - 216