Argparse Tutorial¶ author: Tshepang Mbambo This tutorial is intended to be a gentle introduction to argparse, the recommended command-line parsing module in the Python standard library. Note The standard library includes two other libraries directly related to command-line parameter processing: the lower level optparse module (which may require more code to configure for a given application, but a
