In this section, you learn about Python modules and packages. Modules are the ideal way to group and organize code, while packages are collections of Python modules. Before you start learning about packages, you need to thoroughly understand modules.
Python has many built-in modules, but you can also define your own modules, so let’s explore how! Navigate to the next article on the Python import statement and modules.