Not every programmer likes creating GUI code. Most hacker types don’t mind a command line interface, but very few ordinary users appreciate them. However, if you write command line programs in Python, ...
The documentation for several of argparse's actions could be improved to be shorter and clearer. For specific examples: 'store_true' and 'store_false' - These are special cases of 'store_const' used ...