This document introduces the basics of Python programming. It discusses motivations for learning Python such as writing programs to calculate loan payments. It then lists objectives for learning variables, operators, expressions, input/output functions, and the software development process. An example program is provided to calculate the area of a circle to demonstrate how a program works step-by-step from assigning values to variables to displaying results. Input from the user is discussed as well as using eval() to evaluate strings as expressions.