- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1671 - 1680 of over 10,000 for filetype:html (0.22 seconds)
-
IDLE — Python editor and shell — Python 3...
Source code: Lib/idlelib/ IDLE is Python’s Integrated Development and Learning Environment. IDLE has the following features: cross-platform: works mostly the same on Windows, Unix, and macOS, Pytho...docs.python.org/3/library/idle.htmlSun Feb 22 06:33:52 GMT 2026 22.1K bytes -
winreg — Windows registry access — Python...
These functions expose the Windows registry API to Python. Instead of using an integer as the registry handle, a handle object is used to ensure that the handles are closed correctly, even if the p...docs.python.org/3/library/winreg.htmlSun Feb 22 06:33:52 GMT 2026 13K bytes -
ast — Abstract syntax trees — Python 3.14...
Source code: Lib/ast.py The ast module helps Python applications to process trees of the Python abstract syntax grammar. The abstract syntax itself might change with each Python release; this modul...docs.python.org/3/library/ast.htmlSun Feb 22 06:33:52 GMT 2026 35.8K bytes -
logging — Logging facility for Python — P...
Source code: Lib/logging/__init__.py Important: This page contains the API reference information. For tutorial information and discussion of more advanced topics, see Basic Tutorial, Advanced Tutor...docs.python.org/3/library/logging.htmlSun Feb 22 06:33:52 GMT 2026 30.8K bytes -
re — Regular expression operations — Pyth...
Source code: Lib/re/ This module provides regular expression matching operations similar to those found in Perl. Both patterns and strings to be searched can be Unicode strings ( str) as well as 8-...docs.python.org/3/library/re.htmlSun Feb 22 06:33:52 GMT 2026 33.8K bytes -
trace — Trace or track Python statement executi...
Source code: Lib/trace.py The trace module allows you to trace program execution, generate annotated statement coverage listings, print caller/callee relationships and list functions executed durin...docs.python.org/3/library/trace.htmlSun Feb 22 06:33:52 GMT 2026 8.4K bytes -
collections — Container datatypes — Pytho...
Source code: Lib/collections/__init__.py This module implements specialized container datatypes providing alternatives to Python’s general purpose built-in containers, dict, list, set, and tuple.,,...docs.python.org/3/library/collections.htmlSun Feb 22 06:33:52 GMT 2026 27.7K bytes -
venv — Creation of virtual environments —...
Source code: Lib/venv/ The venv module supports creating lightweight “virtual environments”, each with their own independent set of Python packages installed in their site directories. A virtual en...docs.python.org/3/library/venv.htmlSun Feb 22 06:33:52 GMT 2026 16.1K bytes -
3.14.3 Documentation
docs.python.org/3/index.htmlSun Feb 22 06:33:52 GMT 2026 3.6K bytes -
Type Object Structures — Python 3.14.3 do...
Perhaps one of the most important structures of the Python object system is the structure that defines a new type: the PyTypeObject structure. Type objects can be handled using any of the PyObject_...docs.python.org/3/c-api/typeobj.htmlSun Feb 22 06:33:52 GMT 2026 49.4K bytes