|
|
|
|
|
by vezzy-fnord
4631 days ago
|
|
Argument parsing is an essential utility and part of the standard library in all major programming languages, though. Dating back to getopt becoming a standard in C (or earlier?) Or do you find Python's argument parsing to be especially notable for some reason? |
|
* sys.argv
* argparse
* optparse
* getopt
There are, of course, additional third party modules (like opster) that also handle arguments.