- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 422 for filetype:html (0.02 sec)
-
Built-in Types — Python 3.13.3 documentation
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. Some colle...docs.python.org/3/library/stdtypes.htmlRegistered: Mon May 19 03:26:13 UTC 2025 - Last Modified: Sun May 18 19:52:02 UTC 2025 - 654.3K bytes - Viewed (0) -
configparser — Configuration file parser — Pyth...
Source code: Lib/configparser.py This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what’s found in Microsoft Windows ...docs.python.org/3/library/configparser.htmlRegistered: Mon May 19 03:26:51 UTC 2025 - Last Modified: Sun May 18 19:52:02 UTC 2025 - 173.3K bytes - Viewed (0) -
gzip — Support for gzip files — Python 3.13.3 d...
Source code: Lib/gzip.py This module provides a simple interface to compress and decompress files just like the GNU programs gzip and gunzip would. The data compression is provided by the zlib modu...docs.python.org/3/library/gzip.htmlRegistered: Mon May 19 03:26:22 UTC 2025 - Last Modified: Sun May 18 19:52:02 UTC 2025 - 51.2K bytes - Viewed (0) -
3. Configure Python — Python 3.13.3 documentation
Build Requirements: Features and minimum versions required to build CPython: A C11 compiler. Optional C11 features are not required., On Windows, Microsoft Visual Studio 2017 or later is required.,...docs.python.org/3/using/configure.htmlRegistered: Mon May 19 03:26:26 UTC 2025 - Last Modified: Sun May 18 19:52:02 UTC 2025 - 162K bytes - Viewed (0) -
pdb — The Python Debugger — Python 3.13.3 docum...
Source code: Lib/pdb.py The module pdb defines an interactive source code debugger for Python programs. It supports setting (conditional) breakpoints and single stepping at the source line level, i...docs.python.org/3/library/pdb.htmlRegistered: Mon May 19 03:26:33 UTC 2025 - Last Modified: Sun May 18 19:52:02 UTC 2025 - 90.8K bytes - Viewed (0) -
8. Compound statements — Python 3.13.3 document...
Compound statements contain (groups of) other statements; they affect or control the execution of those other statements in some way. In general, compound statements span multiple lines, although i...docs.python.org/3/reference/compound_stmts.htmlRegistered: Mon May 19 03:28:59 UTC 2025 - Last Modified: Sun May 18 19:52:01 UTC 2025 - 210.3K bytes - Viewed (0) -
codecs — Codec registry and base classes — Pyth...
Source code: Lib/codecs.py This module defines base classes for standard Python codecs (encoders and decoders) and provides access to the internal Python codec registry, which manages the codec and...docs.python.org/3/library/codecs.htmlRegistered: Mon May 19 03:29:52 UTC 2025 - Last Modified: Sun May 18 19:52:02 UTC 2025 - 161.4K bytes - Viewed (0) -
Importing Modules — Python 3.13.3 documentation
Navigation index modules | next | previous | Python » 3.13.3 Documentation » Python/C API Reference Manual » Utilitie...docs.python.org/3/c-api/import.htmlRegistered: Mon May 19 03:29:55 UTC 2025 - Last Modified: Sun May 18 19:52:01 UTC 2025 - 68.5K bytes - Viewed (0) -
platform — Access to underlying platform’s iden...
Source code: Lib/platform.py Cross platform: Java platform: Windows platform: macOS platform: iOS platform: Unix platforms: Linux platforms: Android platform: Command-line usage: platform can also ...docs.python.org/3/library/platform.htmlRegistered: Mon May 19 03:30:16 UTC 2025 - Last Modified: Sun May 18 19:52:02 UTC 2025 - 59.9K bytes - Viewed (0) -
importlib — The implementation of import — Pyth...
Source code: Lib/importlib/__init__.py Introduction: The purpose of the importlib package is three-fold. One is to provide the implementation of the import statement (and thus, by extension, the__i...docs.python.org/3/library/importlib.htmlRegistered: Mon May 19 03:30:26 UTC 2025 - Last Modified: Sun May 18 19:52:02 UTC 2025 - 223K bytes - Viewed (0)