The document is a presentation on Python given at the USENIX LISA conference in 2007. It introduces Python by discussing its history, influences, uses, and focus on systems programming. It provides an overview of getting started with Python, including where to get it, running Python in interactive mode or from files, and creating Python programs. It also includes a sample mortgage calculation program written in Python as an example.