I should use argument groups in Python's argparse module more than I do
The author discovered that using argparse argument groups to organize command-line options makes help output more readable. They realized they should use this feature more often in their Python programs with many options, as groups can logically separate important from obscure options.