- Sort Score
- Num 10 results
- Language All
- Labels All
Results 101 - 110 of 438 for host:docs.python.org (0.04 seconds)
-
sys — System-specific parameters and functions ...
This module provides access to some variables used or maintained by the interpreter and to functions that interact strongly with the interpreter. It is always available. Unless explicitly noted oth...docs.python.org/3/library/sys.htmlFri Feb 06 03:23:28 GMT 2026 259.3K bytes -
operator — Standard operators as functions — Py...
Source code: Lib/operator.py The operator module exports a set of efficient functions corresponding to the intrinsic operators of Python. For example, operator.add(x, y) is equivalent to the expres...docs.python.org/3/library/operator.htmlFri Feb 06 03:23:28 GMT 2026 114.5K bytes -
1. Command line and environment — Python 3.14.3...
The CPython interpreter scans the command line and the environment for various settings. CPython implementation detail: Other implementations’ command line schemes may differ. See Alternate Impleme...docs.python.org/3/using/cmdline.htmlFri Feb 06 03:23:28 GMT 2026 154.5K bytes -
string — Common string operations — Python 3.14...
Source code: Lib/string/__init__.py String constants: The constants defined in this module are: Custom String Formatting: The built-in string class provides the ability to do complex variable subst...docs.python.org/3/library/string.htmlFri Feb 06 03:23:27 GMT 2026 125.7K bytes -
zipapp — Manage executable Python zip archives ...
Source code: Lib/zipapp.py This module provides tools to manage the creation of zip files containing Python code, which can be executed directly by the Python interpreter. The module provides both ...docs.python.org/3/library/zipapp.htmlFri Feb 06 03:23:27 GMT 2026 44.9K bytes -
weakref — Weak references — Python 3.14.3 docum...
Source code: Lib/weakref.py The weakref module allows the Python programmer to create weak references to objects. In the following, the term referent means the object which is referred to by a weak...docs.python.org/3/library/weakref.htmlFri Feb 06 03:23:28 GMT 2026 78.3K bytes -
multiprocessing — Process-based parallelism — P...
Source code: Lib/multiprocessing/ Availability: not Android, not iOS, not WASI. This module is not supported on mobile platforms or WebAssembly platforms. Introduction: multiprocessing is a package...docs.python.org/3/library/multiprocessing.htmlFri Feb 06 03:23:28 GMT 2026 446.5K bytes -
wsgiref — WSGI Utilities and Reference Implemen...
Source code: Lib/wsgiref The Web Server Gateway Interface (WSGI) is a standard interface between web server software and web applications written in Python. Having a standard interface makes it eas...docs.python.org/3/library/wsgiref.htmlFri Feb 06 03:23:27 GMT 2026 125.2K bytes -
selectors — High-level I/O multiplexing — Pytho...
Source code: Lib/selectors.py Introduction: This module allows high-level and efficient I/O multiplexing, built upon the select module primitives. Users are encouraged to use this module instead, u...docs.python.org/3/library/selectors.htmlFri Feb 06 03:23:28 GMT 2026 46.2K bytes -
types — Dynamic type creation and names for bui...
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 interpre...docs.python.org/3/library/types.htmlFri Feb 06 03:23:28 GMT 2026 73.9K bytes