This file contains sample code from the argparse HOWTO that can be found in the python docs.
It will also contain some of my own notes and thoughts about how I perceive the argparse library to work
The order to read these files if you're trying to follow along is
- prog.py
- prog_positional_args.py
- optional_args.py
- boolean_optional_args.py
- short_option_args.py
- square_tool.py
- args_combined_prog.py
More will come to follow as I move along the tutorials