- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 437 for host:docs.python.org (0.04 sec)
-
Built-in Types — Python 3.14.2 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 Jan 05 04:28:03 UTC 2026 - Last Modified: Sun Jan 04 06:23:52 UTC 2026 - 736.2K 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 Jan 05 04:26:35 UTC 2026 - Last Modified: Sun Jan 04 06:23:52 UTC 2026 - 177.3K bytes - Viewed (0) -
timeit — Measure execution time of small code s...
Source code: Lib/timeit.py This module provides a simple way to time small bits of Python code. It has both a Command-Line Interface as well as a callable one. It avoids a number of common traps fo...docs.python.org/3/library/timeit.htmlRegistered: Mon Jan 05 04:28:27 UTC 2026 - Last Modified: Sun Jan 04 06:23:52 UTC 2026 - 57.1K bytes - Viewed (0) -
zipfile — Work with ZIP archives — Python 3.14....
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 Jan 05 04:27:12 UTC 2026 - Last Modified: Sun Jan 04 06:23:52 UTC 2026 - 137.6K bytes - Viewed (0) -
pdb — The Python Debugger — Python 3.14.2 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 Jan 05 04:26:53 UTC 2026 - Last Modified: Sun Jan 04 06:23:52 UTC 2026 - 104K 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 Jan 05 04:29:18 UTC 2026 - Last Modified: Sun Jan 04 06:23:52 UTC 2026 - 188.8K 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 Jan 05 04:29:47 UTC 2026 - Last Modified: Sun Jan 04 06:23:52 UTC 2026 - 223.6K 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 Jan 05 04:29:53 UTC 2026 - Last Modified: Sun Jan 04 06:23:52 UTC 2026 - 61.1K 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 Jan 05 04:29:56 UTC 2026 - Last Modified: Sun Jan 04 06:23:52 UTC 2026 - 25.3K bytes - Viewed (0) -
6. Modules — Python 3.14.2 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 Jan 05 04:28:47 UTC 2026 - Last Modified: Sun Jan 04 06:23:52 UTC 2026 - 71.5K bytes - Viewed (0)