*What is a module* - File with Python code (functions, classes) - Import with `import math` or `from math import sqrt` - Standard library: os, datetime, json 17.