This document provides an overview of the Python programming language. It discusses that Python was created by Guido van Rossum in 1991 and named after Monty Python. Python can be used for both object-oriented and procedural programming. It is easy to learn and use, platform independent, has a simple syntax like English, and is free and open source. The document then describes how to install Python from the python.org website and introduces interactive and script modes for working in Python. It also provides some examples of applications that can be developed with Python.