Python Command-Line Arguments: Part 3: getopt
As we get into more details with python command-line arguments, we have to remember the generic household name in the command line family; getopt. See, before we had the fancy argparse, we had this swiss army knife of a package. If you are a 'regula...



