Hi, My name is Samiksha and this blog gives a beginner-friendly guide to Classes, Objects, init(), self, Attributes, Inheritance, Method Overriding & super()
When I started learning Python for backend development, I came across Object-Oriented Programming (OOP).
The definitions sounded simple:
"A class is a blueprint."
"An object is an instance of a class."






