- Sort Score
- Num 10 results
- Language All
- Labels All
Results 81 - 90 of 438 for host:docs.python.org (0.02 seconds)
-
2. Lexical analysis — Python 3.14.3 documentation
A Python program is read by a parser. Input to the parser is a stream of tokens, generated by the lexical analyzer(also known as the tokenizer). This chapter describes how the lexical analyzer prod...docs.python.org/3/reference/lexical_analysis.htmlFri Feb 06 03:23:27 GMT 2026 151.3K bytes -
struct — Interpret bytes as packed binary data ...
Source code: Lib/struct.py This module converts between Python values and C structs represented as Python bytes objects. Compact format strings describe the intended conversions to/from Python valu...docs.python.org/3/library/struct.htmlFri Feb 06 03:23:28 GMT 2026 77.2K bytes -
6. Expressions — Python 3.14.3 documentation
This chapter explains the meaning of the elements of expressions in Python. Syntax Notes: In this and the following chapters, extended BNF notation will be used to describe syntax, not lexical anal...docs.python.org/3/reference/expressions.htmlFri Feb 06 03:23:27 GMT 2026 236.3K bytes -
fnmatch — Unix filename pattern matching — Pyth...
Source code: Lib/fnmatch.py This module provides support for Unix shell-style wildcards, which are not the same as regular expressions (which are documented in the re module). The special character...docs.python.org/3/library/fnmatch.htmlFri Feb 06 03:23:28 GMT 2026 27.3K bytes -
py_compile — Compile Python source files — Pyth...
Source code: Lib/py_compile.py The py_compile module provides a function to generate a byte-code file from a source file, and another function used when the module source file is invoked as a scrip...docs.python.org/3/library/py_compile.htmlFri Feb 06 03:23:27 GMT 2026 31.9K bytes -
curses.ascii — Utilities for ASCII characters —...
Source code: Lib/curses/ascii.py The curses.ascii module supplies name constants for ASCII characters and functions to test membership in various ASCII character classes. The constants supplied are...docs.python.org/3/library/curses.ascii.htmlFri Feb 06 03:23:28 GMT 2026 43.2K bytes -
Initialization, Finalization, and Threads — Pyt...
See Python Initialization Configuration for details on how to configure the interpreter prior to initialization. Before Python Initialization: In an application embedding Python, the Py_Initialize(...docs.python.org/3/c-api/init.htmlFri Feb 06 03:23:27 GMT 2026 368K bytes -
readline — GNU readline interface — Python 3.14...
The readline module defines a number of functions to facilitate completion and reading/writing of history files from the Python interpreter. This module can be used directly, or via the rlcompleter...docs.python.org/3/library/readline.htmlFri Feb 06 03:23:28 GMT 2026 58K bytes -
socketserver — A framework for network servers ...
Source code: Lib/socketserver.py The socketserver module simplifies the task of writing network servers. Availability: not WASI. This module does not work or is not available on WebAssembly. See We...docs.python.org/3/library/socketserver.htmlFri Feb 06 03:23:27 GMT 2026 106K bytes -
Complex Number Objects — Python 3.14.3 document...
Python’s complex number objects are implemented as two distinct types when viewed from the C API: one is the Python object exposed to Python programs, and the other is a C structure which represent...docs.python.org/3/c-api/complex.htmlFri Feb 06 03:23:27 GMT 2026 38.7K bytes