March 2022
Beginner to intermediate
552 pages
11h 26m
English
Whenever we are trying to program any kind of application or a script in any programming language, we should always try to make our code modular and easily maintainable. The thing that is going to help us a lot in this aspect of creating scripts is a concept known as a function.
We will cover the following recipes in this chapter:
For these recipes, we're going to use a Linux machine. We can use any virtual machine (VM) from our previous ...