About 50 results
Open links in new tab
  1. 3. Data model — Python 3.14.3 documentation

    3 days ago · Python methods (including those decorated with @staticmethod and @classmethod) are implemented as non-data descriptors. Accordingly, instances can redefine and override methods.

  2. The Python Standard Library — Python 3.14.3 documentation

    3 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 …

  3. Python Module Index — Python 3.14.3 documentation

    3 days ago · Python Module Index _ | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | t | u | v | w | x | z

  4. 4. Execution model — Python 3.14.3 documentation

    3 days ago · Python’s execution model does not operate in a vacuum. It runs on a host machine and through that host’s runtime environment, including its operating system (OS), if there is one.

  5. pickle — Python object serialization — Python 3.14.3 documentation

    3 days ago · Python has a more primitive serialization module called marshal, but in general pickle should always be the preferred way to serialize Python objects. marshal exists primarily to support …

  6. 3.14.3 Documentation - Python

    3 days ago · Python 3.14.3 documentation Welcome! This is the official documentation for Python 3.14.3. Documentation sections: ... Indices, glossary, and search: ... Project information:

  7. 5. The import system — Python 3.14.3 documentation

    3 days ago · Python implements various strategies to search for the named module when the import machinery is invoked. These strategies can be modified and extended by using various hooks …

  8. 6. Modules — Python 3.14.3 documentation

    3 days ago · This naming convention allows compiled modules from different releases and different versions of Python to coexist. Python checks the modification date of the source against the …

  9. Concurrent Execution — Python 3.14.3 documentation

    3 days ago · The modules described in this chapter provide support for concurrent execution of code. The appropriate choice of tool will depend on the task to be executed (CPU bound vs IO bound) and …

  10. What’s New In Python 3.12

    3 days ago · Python 3.12 is a stable release of the Python programming language, with a mix of changes to the language and the standard library. The library changes focus on cleaning up …