- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1281 - 1290 of over 10,000 for filetype:html (0.88 seconds)
-
Built-in Types — Python 3.14.4 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.htmlTue Apr 28 13:41:05 GMT 2026 94.9K bytes -
codecs — Codec registry and base classes —...
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.htmlTue Apr 28 13:41:05 GMT 2026 27.7K bytes -
zipfile — Work with ZIP archives — Python...
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.htmlTue Apr 28 13:41:04 GMT 2026 20.1K bytes -
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.htmlWed Apr 29 06:55:52 GMT 2026 22.8K bytes -
gzip — Support for gzip files — Python 3....
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. This is an optional module. If it is missing from...docs.python.org/3/library/gzip.htmlWed Apr 29 06:55:52 GMT 2026 9.8K bytes -
pdb — The Python Debugger — Python 3.14.4...
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.htmlTue Apr 28 13:41:04 GMT 2026 17.9K bytes -
3. Configure Python — Python 3.14.4 docum...
Build Requirements: To build CPython, you will need: A C11 compiler. Optional C11 features are not required., On Windows, Microsoft Visual Studio 2017 or later is required., Support for IEEE 754 fl...docs.python.org/3/using/configure.htmlWed Apr 29 06:55:53 GMT 2026 28.2K bytes -
6. Modules — Python 3.14.4 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.htmlWed Apr 29 06:55:52 GMT 2026 15.7K bytes -
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.htmlTue Apr 28 13:41:05 GMT 2026 10.8K bytes -
Importing Modules — Python 3.14.4 documen...
Navigation index modules | next | previous | Python » 3.14.4 Documentation » Python/C API reference manual ...docs.python.org/3/c-api/import.htmlTue Apr 28 13:41:04 GMT 2026 10.3K bytes