October 2021
Beginner
554 pages
12h 52m
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 sequence of instructions that perform a task, bundled together as a unit. This unit can then be imported and used wherever it is needed. There are many advantages to using functions in your code, as we'll see shortly.
In this chapter, we are going to cover the following:
Read now
Unlock full access