FA
faizankshaikh/Notes_PythonOOPTutorial
My notes for Corey Schafer's Python OOP Tutorials
Notes for Python OOP Tutorials
These are my notes for Corey Schafer's Python OOP Tutorials. I really liked how the guy taught this course, and so these notes are for my future self, or whoever else finds them useful. Hats off to Corey Schafer!
The notes are arranged in jupyter notebooks with the respective video names, whereas the transcripts are mostly taken using Youtube's auto-generated transcripts. You can find the links for these below
Table of Contents
- Classes and Instances [video link] [notebook] [transcript]
- Class Variables [video link] [notebook] [transcript]
- classmethods and staticmethods [video link] [notebook] [transcript]
- Inheritance and Creating Subclasses [video link] [notebook] [transcript]
- Special (Magic/Dunder) Methods [video link] [notebook] [transcript]
- Property Decorators - Getters, Setters and Deleters [video link] [notebook] [transcript]
Disclaimer
All the credits to the course and the content in this repository belong to the content creator (aka Corey Schafer). Other than that, this repository is free to use (i.e. has MIT license)