November 2024
Intermediate to advanced
620 pages
13h 46m
English
”To create architecture is to put in order. Put what in order? Functions and objects.”
—Le Corbusier
In the previous chapters, we have seen that everything is an object in Python, and functions are no exception. But what exactly is a function? A function is a block of reusable code designed to perform a specific task or a related group of tasks. This unit can then be imported and used wherever it is needed. There are many advantages to using functions in your code, as we will see shortly.
In this chapter, we are going to cover the following:
Read now
Unlock full access