Python has many mathematical operations built in, but to perform advanced mathematics we need to import the math module and use its properties and methods. This introduction only covers a few of the features of the math module. See the on-line documentation at https://docs.python.org/3/library/math.html for additional features.

Download PDF of Chapter