These are other python files that hold functions and classes for other python files to use.

Importing Libraries

import math
dir(math) # returns all functions in math.py

See Python dir() and Python help()