Guided self-study lesson plan
Python Lesson Plans
10 Python Teaching Resources You Really Should Be Using
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
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