Python Tutorial

This tutorial has been adapted from the Turing tutorial found at http://www.beens.org/default.htm#turing/. If you finish all of these before I have had a chance to add more pages, follow the Turing tutorial and see if you can adapt them to Python. If necessary, search the Python resources for assistance.

For a Python editor, we can use Idle or Portable Python. Both are free program that can be installed at home.

Note that we are using version "3" in class now, and that the following tutorial is slowly being converted from version 2 to 3.

Screen Output

Math

Output II

Variables, Constants, and Input

Flow Control

Strings

Math II

Lists

Future Lesson