In this chapter, we'll cover Python modules. Modules are files containing functions and class definitions. The concept of a namespace and the scope of variables across functions and modules are also explained in this chapter.
The following topics will be covered in this chapter:
- Namespaces
- The scope of a variable
- Modules