- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1671 - 1680 of over 10,000 for timestamp:[now/d-1y TO *] (0.2 seconds)
-
7. Simple statements — Python 3.14.3 docu...
A simple statement is comprised within a single logical line. Several simple statements may occur on a single line separated by semicolons. The syntax for simple statements is: Expression statement...docs.python.org/3/reference/simple_stmts.htmlSun Feb 22 06:33:52 GMT 2026 19.8K bytes -
Index — Python 3.14.3 documentation
Navigation index modules | Python » 3.14.3 Documentation » Index | Theme Auto Light Dark | Index Index page...docs.python.org/3/genindex.htmlSun Feb 22 06:33:52 GMT 2026 2.6K bytes -
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