- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 831 - 840 of about 10,000 for filetype:html (0.1 sec)
-
9. Top-level components — Python 3.13.5 documen...
The Python interpreter can get its input from a number of sources: from a script passed to it as standard input or as program argument, typed in interactively, from a module source file, etc. This ...docs.python.org/3/reference/toplevel_components.htmlRegistered: Mon Jul 07 05:17:46 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 20.4K bytes - Viewed (0) -
email.headerregistry: Custom Header Objects — P...
Source code: Lib/email/headerregistry.py Headers are represented by customized subclasses of str. The particular class used to represent a given header is determined by the header_factory of the po...docs.python.org/3/library/email.headerregistry.htmlRegistered: Mon Jul 07 05:17:52 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 70.4K bytes - Viewed (0) -
copy — Shallow and deep copy operations — Pytho...
Source code: Lib/copy.py Assignment statements in Python do not copy objects, they create bindings between a target and an object. For collections that are mutable or contain mutable items, a copy ...docs.python.org/3/library/copy.htmlRegistered: Mon Jul 07 05:17:59 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 25.3K bytes - Viewed (0) -
gzip — Support for gzip files — Python 3.13.5 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 Jul 07 05:19:02 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 51.2K 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 Jul 07 05:22:42 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 162.8K bytes - Viewed (0) -
6. Modules — Python 3.13.5 documentation
If you quit from the Python interpreter and enter it again, the definitions you have made (functions and variables) are lost. Therefore, if you want to write a somewhat longer program, you are bett...docs.python.org/3/tutorial/modules.htmlRegistered: Mon Jul 07 05:22:45 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 71.5K bytes - Viewed (0) -
Importing Modules — Python 3.13.5 documentation
Navigation index modules | next | previous | Python » 3.13.5 Documentation » Python/C API Reference Manual » Utilitie...docs.python.org/3/c-api/import.htmlRegistered: Mon Jul 07 05:22:48 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 68.5K bytes - Viewed (0) -
Module Objects — Python 3.13.5 documentation
Initializing C modules: Modules objects are usually created from extension modules (shared libraries which export an initialization function), or compiled-in modules (where the initialization funct...docs.python.org/3/c-api/module.htmlRegistered: Mon Jul 07 05:20:42 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 111.2K bytes - Viewed (0) -
csv — CSV File Reading and Writing — Python 3.1...
Source code: Lib/csv.py The so-called CSV (Comma Separated Values) format is the most common import and export format for spreadsheets and databases. CSV format was used for many years prior to att...docs.python.org/3/library/csv.htmlRegistered: Mon Jul 07 05:20:52 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 94.4K 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 Jul 07 05:23:29 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 173.3K bytes - Viewed (0)