Python Class Teacher Resources

List Ebooks

Lesson Plans

Guided self-study lesson plan
Python Lesson Plans
10 Python Teaching Resources You Really Should Be Using

My Programming Projects

My Programing Projects

Command Line Tag Module

The argparse module makes it easy to write user-friendly command-line interfaces. The program defines what arguments it requires, and argparse will figure out how to parse those out of sys.argv. The argparse module also automatically generates help and usage messages and issues errors when users give the program invalid arguments.
Argparse Tutorial
Argparse Doc
Argparse Doc

Useful Modules

Useful Modules

Tutorials, etc...

Hands-on Python Tutorial

Resources / Examples / Demos / Code Tests

List Examples/Demos/Tests

Original Playing Cards Zip File
Resized Playing Cards Zip File (height resized to 200px)
Python Examples Zip File
Turtle Examples Zip File

Simple parse integer string state diagram
Simple parse float string state diagram