Sunday 1 January 2017

What is a class in Python?


A class is a special kind of objects which creates new objects called instances.
You can change classes by using two different techniques:

1.monkey patching
2.class decorators
3.Metaclasses