About 933 results
Open links in new tab
  1. The Python Language Reference — Python 3.13.3 documentation

    2 days ago · The Python Language Reference¶ This reference manual describes the syntax and “core semantics” of the language. It is terse, but attempts to be exact and complete. The semantics of non-essential built-in object types and of the built-in functions and modules are described in The Python Standard Library.

  2. 1. Command line and environment — Python 3.13.3 documentation

    Execute the Python code contained in script, which must be a filesystem path (absolute or relative) referring to either a Python file, a directory containing a __main__.py file, or a zipfile containing a __main__.py file.

  3. The Python Tutorial — Python 3.13.3 documentation

    2 days ago · The Python interpreter is easily extended with new functions and data types implemented in C or C++ (or other languages callable from C). Python is also suitable as an extension language for customizable applications. This tutorial introduces the reader informally to the basic concepts and features of the Python language and system.

  4. Python 3.13.3 documentation

    2 days ago · What's new in Python 3.13? Or all "What's new" documents since Python 2.0. Tutorial Start here: a tour of Python's syntax and features. Library reference Standard library and builtins. Language reference Syntax and language elements. Python setup and usage How to install, configure, and use Python. Python HOWTOs In-depth topic manuals ...

  5. 8. Command Reference — Python 3.9.20 belgelendirme çalışması

    The install command ensures that the build commands have been run and then runs the subcommands install_lib, install_data and install_scripts. 8.1.1. install_data¶ This command installs all data files provided with the distribution. 8.1.2. install_scripts¶ This command installs all (Python) scripts in the distribution. 8.2.

  6. The Python Standard Library — Python 3.13.3 documentation

    2 days ago · While The Python Language Reference describes the exact syntax and semantics of the Python language, this library reference manual describes the standard library that is distributed with Python. It also describes some of the optional components that are commonly included in Python distributions.

  7. 8. Command Reference — Python 3.11.11 documentation

    Mar 11, 2011 · The install command ensures that the build commands have been run and then runs the subcommands install_lib, install_data and install_scripts. 8.1.1. install_data¶ This command installs all data files provided with the distribution. 8.1.2. install_scripts¶ This command installs all (Python) scripts in the distribution. 8.2.

  8. Support for line-oriented command interpreters - Python

    Mar 11, 2012 · Source code: Lib/cmd.py The Cmd class provides a simple framework for writing line-oriented command interpreters. These are often useful for test harnesses, administrative tools, and prototypes tha...

  9. Parser for command-line options, arguments and subcommands

    2 days ago · For a more gentle introduction to Python command-line parsing, have a look at the argparse tutorial. The argparse module makes it easy to write user-friendly command-line interfaces. The program defines what arguments it requires, and argparse will figure out how to parse those out of sys.argv .

  10. 9. API Reference — Python 3.11.12 documentation

    Mar 11, 2012 · The parent of a family of commands defines sub_commands as a class attribute; it’s a list of 2-tuples (command_name, predicate), with command_name a string and predicate a function, a string or None.

Refresh