skn1998 / OOP-Python

Basics of Object Oriented Proframming in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OOP-Python

Basics of Object Oriented Proframming in Python

Blue Print of the Tutorials:

tutorial 1 --> Defining a clas, Declaring object of that class and initializing the attributes of those objects, Constructor

tutorial 2 --> Class variable and instance variables

tutorial 3 --> Class methods and instance methods

tutorial 4 --> Using Class method as an alternate Constructor

tutorial 5 --> Static method in class

tutorial 6 --> Inheritence and Function overriding

tutorial 7 --> Magic or Dunder methods in Python

tutorial 8 --> Property Decorator

tutorial 9 --> Setter and Deleter in Python

About

Basics of Object Oriented Proframming in Python


Languages

Language:Jupyter Notebook 100.0%