About 21,300 results
Open links in new tab
  1. argparse — Parser for command-line options, arguments and

    1 day ago · The module will also issue errors when users give the program invalid arguments. The argparse module’s support for command-line interfaces is built around an instance of …

  2. Argparse Tutorial — Python 3.14.2 documentation

    1 day ago · author, Tshepang Mbambo,. This tutorial is intended to be a gentle introduction to argparse, the recommended command-line parsing module in the Python standard library. …

  3. Command-line interface libraries — Python 3.14.2 documentation

    1 day ago · The modules described in this chapter assist with implementing command line and terminal interfaces for applications. Here’s an overview: argparse — Parser for command-line …

  4. Migrating optparse code to argparse — Python 3.14.2 …

    2 days ago · For applications that do choose to migrate from optparse to argparse, the following suggestions should be helpful: Replace all optparse.OptionParser.add_option() calls with …

  5. getopt — C-style parser for command line options - Python

    2 days ago · Further functional enhancements for command line parameter processing are provided either as third party modules on PyPI, or else as features in the argparse module.

  6. optparse — Parser for command line options - Python

    1 day ago · In the absence of more specific argument parsing design constraints, argparse is the recommended choice for implementing command line applications, as it offers the highest …

  7. La bibliothèque standard — Documentation Python 3.14.2

    argparse --- Parser for command-line options, arguments and subcommands optparse --- Parser for command line options getpass --- Portable password input fileinput --- Iterate over lines …

  8. 更新日志 — Python 3.8.20 文档

    bpo-37785: Fix xgettext warnings in argparse. bpo-11953: Completing WSA* error codes in socket. bpo-37424: Fixes a possible hang when using a timeout on subprocess.run()while …