Adithya Shetty Dec 26, 20192 min readPython ClassesHow to define a class in python? How does Inheritance work? __init()__ and super() explained. Learn how to make your python code efficient.
Adithya Shetty Nov 29, 20192 min readPython Functions A block of code can be put under a function name which can be used again and again.