In the world of modules, a package plays a similar role to a folder/directory in the world of files.
Modules in Python
So what is a module? The Python Tutorial defines it as a file containing Python definitions and statements, which can be later imported and used when necessary.

