About 50 results
Open links in new tab
  1. typing — Support for type hints — Python 3.14.3 documentation

    2 days ago · Source code: Lib/typing.py This module provides runtime support for type hints. Consider the function below: The function surface_area_of_cube takes an argument expected to be an …

  2. Built-in Types — Python 3.14.3 documentation

    1 day ago · The following sections describe the standard types that are built into the interpreter. The principal built-in types are numerics, sequences, mappings, classes, instances and exceptions. …

  3. 9. Classes — Python 3.14.3 documentation

    Feb 11, 2026 · A piece of Python code that expects a particular abstract data type can often be passed a class that emulates the methods of that data type instead. For instance, if you have a function that …

  4. What’s new in Python 3.14

    2 days ago · Summary – Release highlights ¶ Python 3.14 is the latest stable release of the Python programming language, with a mix of changes to the language, the implementation, and the standard …

  5. Python 3.14.3 documentation

    1 day ago · The official Python documentation.

  6. Annotations Best Practices — Python 3.14.3 documentation

    2 days ago · If you’re looking for information on how to use “type hints” in your code, please see the typing module. Accessing The Annotations Dict Of An Object In Python 3.10 And Newer ¶ Python …

  7. Dynamic type creation and names for built-in types - Python

    1 day ago · Source code: Lib/types.py This module defines utility functions to assist in dynamic creation of new types. It also defines names for some object types that are used by the standard Python …

  8. collections — Container datatypes — Python 3.14.3 documentation

    1 day ago · As of Python 3.7, regular dicts are guaranteed to be ordered. If the extra features of OrderedDict are required, the suggested remediation is to cast the result to the desired type: …

  9. Built-in Functions — Python 3.14.3 documentation

    2 days ago · Built-in Functions ¶ The Python interpreter has a number of functions and types built into it that are always available. They are listed here in alphabetical order.

  10. datetime — Basic date and time types — Python 3.14.3 documentation

    Module zoneinfo Concrete time zones representing the IANA time zone database. Package dateutil Third-party library with expanded time zone and parsing support. Package DateType Third-party …