Introduction to Object Oriented Programming - Python
Object-oriented programming revolves around everything being an object which are instances of classes. In Python, everything is an object, with methods. For example, an object of class 'str' has methods like str.upper(), str.lower(). An object of typ...
codewise.hashnode.dev3 min read