- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1001 - 1010 of over 10,000 for content_length:[10000 TO 99999] (0.73 seconds)
-
Module Objects — Python 3.14.3 documentation
Module definitions: The functions in the previous section work on any module object, including modules imported from Python code. Modules defined using the C API typically use a module definition, ...docs.python.org/3/c-api/module.htmlSun Feb 22 06:33:52 GMT 2026 15K bytes -
csv — CSV File Reading and Writing — Pyth...
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.htmlSun Feb 22 06:33:52 GMT 2026 14.6K 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.htmlSun Feb 22 06:33:52 GMT 2026 27.7K bytes -
Built-in Types — Python 3.14.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.htmlSun Mar 22 11:58:52 GMT 2026 94.8K bytes -
8. Compound statements — Python 3.14.3 do...
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.htmlSun Mar 22 11:58:52 GMT 2026 32.4K 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.htmlSun Mar 22 11:58:52 GMT 2026 20.1K bytes -
pdb — The Python Debugger — Python 3.14.3...
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.htmlSun Mar 22 11:58:52 GMT 2026 17.9K 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.htmlSun Mar 22 11:58:52 GMT 2026 10.8K bytes -
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.htmlSun Mar 22 11:58:52 GMT 2026 11K bytes -
configparser — Configuration file parser —...
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.htmlSun Mar 22 11:58:52 GMT 2026 26.4K bytes