Parsing Command Line arguments

Hello world in argparse

Using command line arguments with argv

Setting mutually exclusive arguments with argparse

Basic example with docopt

Custom parser error message with argparse

Conceptual grouping of arguments with argparse.add argument group

Advanced example with docopt and docopt dispatch