This document provides an introduction to the Python programming language. It discusses installing Python and using the interpreter to run Python code. Basic Python syntax for arithmetic, variables, functions, loops, and lists are covered. The math module is demonstrated for importing common mathematical functions like square root and exponential. Defining custom functions is also explained. The goal is to teach Python for mathematical calculations and programming.