Python Notes and Examples
 

Parsing Args

Although the Python std lib comes with getopt and argparse (optparse is deprecated, superseded by argparse), try:

For command line programs in general, see also Clint.