About 6,880 results
Open links in new tab
  1. The Python Tutorial — Python 3.14.2 documentation

    3 days ago · After reading it, you will be able to read and write Python modules and programs, and you will be ready to learn more about the various Python library modules described in The …

  2. Python 3.14.2 documentation

    4 days ago · This page is licensed under the Python Software Foundation License Version 2. Examples, recipes, and other code in the documentation are additionally licensed under the …

  3. 7. Simple statements — Python 3.14.2 documentation

    2 days ago · Expression statements are used (mostly interactively) to compute and write a value, or (usually) to call a procedure (a function that returns no meaningful result; in Python, …

  4. Download — Python 3.14.2 documentation

    2 days ago · To build a PDF archive, follow the instructions in the Developer's Guide and run make dist-pdf in the Doc/ directory of a copy of the CPython repository. See the directory …

  5. The Python Language Reference — Python 3.14.2 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 …

  6. 3. An Informal Introduction to Python — Python 3.14.2 …

    4 days ago · Python knows a number of compound data types, used to group together other values. The most versatile is the list, which can be written as a list of comma-separated values …

  7. dis — Disassembler for Python bytecode — Python 3.14.2 …

    4 days ago · These instructions are hidden by default, but can be shown by passing show_caches=True to any dis utility. Furthermore, the interpreter now adapts the bytecode to …

  8. 8. Compound statements — Python 3.14.2 documentation

    2 days ago · The dotted name in the pattern is looked up using standard Python name resolution rules. The pattern succeeds if the value found compares equal to the subject value (using the …

  9. sys.monitoring — Execution event monitoring — Python 3.14.2 …

    2 days ago · Exit from a Python function during exception unwinding. This includes exceptions raised directly within the function and that are allowed to continue to propagate.

  10. Python Setup and Usage — Python 3.14.2 documentation

    2 days ago · This part of the documentation is devoted to general information on the setup of the Python environment on different platforms, the invocation of the interpreter and things that …