Interactive Python modes are an easy way to learn new libraries. Scripting languages are easy to learn on their own because ...
argparse requires to create subparsers first and then add the subcommands to the subparsers. argx allows to add subcommands directly to the main parser. If you have a lot of arguments, the help ...