1. Help Center
  2. Python Programming

Is python object-oriented or functional programming?

Python is considered a multi-paradigm language.
 
Python follows the object-oriented paradigm
 
Python allows the creation of objects and their manipulation through specific methods
It supports most of the features of OOPS such as inheritance and polymorphism
Python follows the functional programming paradigm
 
Functions may be used as the first-class object
Python supports Lambda functions which are characteristic of the functional paradigm