You Should Be Using This For Work/Research in Python | OOP Tutorial
37.6K views on YouTube
In this video I give a brief overview of Object Oriented Programming in python and how it can be used to help organize complicated problems and make your work speed much more efficient.
Code:
https://github.com/lukepolson/youtube_channel/blob/main/Python%20Tutorial%20Series/object_oriented.ipynb
Discord:
https://discord.gg/Ap2sf3sKqg
0:00 Video Introduction
1:08 Beginner: How To Use Classes
9:00 Beginner: Inheritance of Classes
16:26 Intermediate Problem
27:42 Advanced Problem