- Sort Score
- Num 10 results
- Language All
- Labels All
Results 281 - 290 of 438 for host:docs.python.org (0.02 seconds)
-
3. Configure Python — Python 3.14.3 documentation
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.htmlFri Feb 06 03:23:28 GMT 2026 185.1K bytes -
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.htmlFri Feb 06 03:23:27 GMT 2026 177.6K bytes -
pdb — The Python Debugger — Python 3.14.3 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.htmlFri Feb 06 03:23:27 GMT 2026 104K bytes -
gzip — Support for gzip files — Python 3.14.3 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. This is an optional module. If it is missing from...docs.python.org/3/library/gzip.htmlFri Feb 06 03:23:28 GMT 2026 52.1K 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.htmlFri Feb 06 03:23:28 GMT 2026 61.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.htmlFri Feb 06 03:23:28 GMT 2026 188.8K bytes -
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.htmlFri Feb 06 03:23:27 GMT 2026 273.4K bytes -
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.htmlFri Feb 06 03:23:28 GMT 2026 95.4K bytes -
9. Top-level components — Python 3.14.3 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.htmlFri Feb 06 03:23:27 GMT 2026 20.5K bytes -
itertools — Functions creating iterators for ef...
This module implements a number of iterator building blocks inspired by constructs from APL, Haskell, and SML. Each has been recast in a form suitable for Python. The module standardizes a core set...docs.python.org/3/library/itertools.htmlFri Feb 06 03:23:28 GMT 2026 165.7K bytes