Chapter 8. Modules and Packages
In the previous chapter, you learned about the Python functions. In this chapter, you will learn the Python modules. A Python module is the Python source file, which can consist of statements, classes, functions, and variables.