Y
Hacker News
new
|
ask
|
show
|
jobs
by
ViewTrick1002
18 days ago
Right. The famous stdlib where once good libraries go to die so you instead depend on the latest community replacement choice.
Also argparse for Clap:
https://docs.python.org/3/library/argparse.html
1 comments
dwattttt
17 days ago
To highlight the problem for Python: Python's standard library has getopt, optparse, and now argparse. I don't think they set out to offer 3 argument parsing libs, one of which is marked superseded, but here we are.
link