About 600 results
Open links in new tab
  1. Built-in Functions — Python 3.13.3 documentation

    2 days ago · The built-in sorted() function is guaranteed to be stable. A sort is stable if it guarantees not to change the relative order of elements that compare equal — this is helpful …

  2. builtins — Built-in objects — Python 3.13.3 documentation

    2 days ago · This module provides direct access to all ‘built-in’ identifiers of Python; for example, builtins.open is the full name for the built-in function open(). This module is not normally …

  3. 9. Classes — Python 3.13.3 documentation

    3 days ago · Examples of namespaces are: the set of built-in names (containing functions such as abs(), and built-in exception names); the global names in a module; and the local names in a …

  4. Functional Programming HOWTO — Python 3.13.3 documentation

    Built-in functions such as max() and min() can take a single iterator argument and will return the largest or smallest element. The "in" and "not in" operators also support iterators: X in iterator …

  5. string — Common string operations — Python 3.13.3 …

    3 days ago · The built-in string class provides the ability to do complex variable substitutions and value formatting via the format() method described in PEP 3101. The Formatter class in the …

  6. math — Mathematical functions — Python 3.13.3 documentation

    4 days ago · This module provides access to the mathematical functions defined by the C standard. These functions cannot be used with complex numbers; use the functions of the …

  7. Built-in Types — Python 3.13.3 documentation

    2 days ago · Built-in Types ¶ The following sections describe the standard types that are built into the interpreter. The principal built-in types are numerics, sequences, mappings, classes, …

Refresh