- Sort Score
- Result 10 results
- Languages All
- Labels All
Popular Words: test
Results 31 - 40 of 132 for host:docs.python.org (0.04 sec)
-
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 Oct 28 04:40:21 UTC 2024 - Last Modified: Sun Oct 27 18:50:46 UTC 2024 - 182.7K bytes - Viewed (0) -
mailbox — Manipulate mailboxes in various forma...
Source code: Lib/mailbox.py This module defines two classes, Mailbox and Message, for accessing and manipulating on-disk mailboxes and the messages they contain. Mailbox offers a dictionary-like ma...docs.python.org/3/library/mailbox.htmlRegistered: Mon Oct 28 04:41:21 UTC 2024 - Last Modified: Sun Oct 27 18:50:46 UTC 2024 - 224.1K bytes - Viewed (0) -
urllib.request — Extensible library for opening...
Source code: Lib/urllib/request.py The urllib.request module defines functions and classes which help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirection...docs.python.org/3/library/urllib.request.htmlRegistered: Mon Oct 28 04:41:08 UTC 2024 - Last Modified: Sun Oct 27 18:50:46 UTC 2024 - 249.6K bytes - Viewed (0) -
math — Mathematical functions — Python 3.13.0 d...
This module provides access to the mathematical functions defined by the C standard. These functions cannot be used with complex numbers; use the functions of the same name from the cmath module if...docs.python.org/3/library/math.htmlRegistered: Mon Oct 28 04:42:19 UTC 2024 - Last Modified: Sun Oct 27 18:50:46 UTC 2024 - 110.7K bytes - Viewed (0) -
Module Objects — Python 3.13.0 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 Oct 28 04:43:41 UTC 2024 - Last Modified: Sun Oct 27 18:50:45 UTC 2024 - 109.6K bytes - Viewed (0) -
zipfile — Work with ZIP archives — Python 3.13....
Source code: Lib/zipfile/ The ZIP file format is a common archive and compression standard. This module provides tools to create, read, write, append, and list a ZIP file. Any advanced use of this ...docs.python.org/3/library/zipfile.htmlRegistered: Mon Oct 28 04:45:12 UTC 2024 - Last Modified: Sun Oct 27 18:50:46 UTC 2024 - 148.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 Oct 28 04:45:15 UTC 2024 - Last Modified: Sun Oct 27 18:50:46 UTC 2024 - 184.1K bytes - Viewed (0) -
curses — Terminal handling for character-cell d...
Source code: Lib/curses The curses module provides an interface to the curses library, the de-facto standard for portable advanced terminal handling. While curses is most widely used in the Unix en...docs.python.org/3/library/curses.htmlRegistered: Mon Oct 28 04:45:46 UTC 2024 - Last Modified: Sun Oct 27 18:50:46 UTC 2024 - 374.8K 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 Oct 28 04:48:25 UTC 2024 - Last Modified: Sun Oct 27 18:50:46 UTC 2024 - 102K bytes - Viewed (0) -
8. Compound statements — Python 3.13.0 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 Oct 28 04:49:17 UTC 2024 - Last Modified: Sun Oct 27 18:50:45 UTC 2024 - 208.7K bytes - Viewed (0)