...

/

Functional Behavior of an Object

Functional Behavior of an Object

Details on callable objects in Python.

We'll cover the following...

In the beginning of this chapter, we covered in detail that functions are objects, but the reverse isn’t true. Not every object is a function, but Python allows us to use callable objects. It means that an object can behave like a function. Let us dive into the details to see how this is possible.

Callable objects

The callable ...

Access this course and 1400+ top-rated courses and projects.