This article will cover many things about object oriented in python, we will at first see what means “Object oriented programming”, what is a class, what is an attribute (class attribute, instance attribute..), what is a method(reserved method..), what is an instance, differences with class attributes and instance attributes, how…