So, a module is just a .py file and a package a folder with modules and an __init__.py file.

We import modules and packages with the import keyword, and we can call their functions with dot notation.