Module

Modules are collections of Python functions and values.

Modules are imported through import statements.

Examples: math, numpy, pandas