Advanced Python Knowledge
Why Map and Filter Aren’t Really Functions in Python?
Understand the concept of constructor in OOP
You may have often heard of the saying that as a general-purpose object-oriented programming (OOP) language, Python uses everything as an object. Just like many other modern languages, functions in Python are also objects. Related…