- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 181 - 190 of 423 for host:docs.python.org (0.03 sec)
-
Glossary — Python 3.13.2 documentation
>>>, The default Python prompt of the interactive shell. Often seen for code examples which can be executed interactively in the interpreter.,,..., Can refer to:- The default Python prompt of the i...docs.python.org/3/glossary.htmlRegistered: Wed Feb 12 03:13:30 UTC 2025 - Last Modified: Tue Feb 11 23:48:36 UTC 2025 - 168.2K bytes - Viewed (0) -
string — Common string operations — Python 3.13...
Source code: Lib/string.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 substitutions ...docs.python.org/3/library/string.htmlRegistered: Wed Feb 12 03:12:22 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 117.4K bytes - Viewed (0) -
py_compile — Compile Python source files — Pyth...
Source code: Lib/py_compile.py The py_compile module provides a function to generate a byte-code file from a source file, and another function used when the module source file is invoked as a scrip...docs.python.org/3/library/py_compile.htmlRegistered: Wed Feb 12 03:12:28 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 31.4K bytes - Viewed (0) -
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.htmlRegistered: Wed Feb 12 03:13:45 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 111.7K bytes - Viewed (0) -
gettext — Multilingual internationalization ser...
Source code: Lib/gettext.py The gettext module provides internationalization (I18N) and localization (L10N) services for your Python modules and applications. It supports both the GNU gettext messa...docs.python.org/3/library/gettext.htmlRegistered: Wed Feb 12 03:13:55 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 87.4K bytes - Viewed (0) -
weakref — Weak references — Python 3.13.2 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.htmlRegistered: Wed Feb 12 03:12:35 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 77.7K bytes - Viewed (0) -
uuid — UUID objects according to RFC 4122 — Pyt...
Source code: Lib/uuid.py This module provides immutable UUID objects (the UUID class) and the functions uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5 UUIDs as specified i...docs.python.org/3/library/uuid.htmlRegistered: Wed Feb 12 03:14:32 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 54.6K bytes - Viewed (0) -
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.htmlRegistered: Wed Feb 12 03:14:35 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 237.3K bytes - Viewed (0) -
1. Command line and environment — Python 3.13.2...
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.htmlRegistered: Wed Feb 12 03:14:39 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 142.9K bytes - Viewed (0) -
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.htmlRegistered: Wed Feb 12 03:14:22 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 44.5K bytes - Viewed (0)