December 2018
Beginner to intermediate
796 pages
19h 54m
English
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 as a unit. This unit can then be imported and used wherever it's 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