- Sort Score
- Num 10 results
- Language All
- Labels All
Results 461 - 470 of over 10,000 for timestamp:[now/d-1M TO *] (0.54 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.htmlWed Apr 29 06:55:52 GMT 2026 22.1K 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.htmlTue Apr 28 13:41:04 GMT 2026 33.8K 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.htmlTue Apr 28 13:41:05 GMT 2026 16.1K bytes -
3.14.4 Documentation
docs.python.org/3/index.htmlTue Apr 28 13:41:03 GMT 2026 3.6K bytes -
time — Time access and conversions — Pyth...
This module provides various time-related functions. For related functionality, see also the datetime and calendar modules. Although this module is always available, not all functions are available...docs.python.org/3/library/time.htmlWed Apr 29 06:55:52 GMT 2026 19.9K bytes -
inspect — Inspect live objects — Python 3...
Source code: Lib/inspect.py The inspect module provides several useful functions to help get information about live objects such as modules, classes, methods, functions, tracebacks, frame objects, ...docs.python.org/3/library/inspect.htmlTue Apr 28 13:41:04 GMT 2026 26.8K bytes -
pickletools — Tools for pickle developers ̵...
Source code: Lib/pickletools.py This module contains various constants relating to the intimate details of the pickle module, some lengthy comments about the implementation, and a few useful functi...docs.python.org/3/library/pickletools.htmlWed Apr 29 06:55:52 GMT 2026 5.6K bytes -
tokenize — Tokenizer for Python source — ...
Source code: Lib/tokenize.py The tokenize module provides a lexical scanner for Python source code, implemented in Python. The scanner in this module returns comments as tokens as well, making it u...docs.python.org/3/library/tokenize.htmlTue Apr 28 13:41:05 GMT 2026 9.2K bytes -
The Python Profilers — Python 3.14.4 docu...
Source code: Lib/profile.py and Lib/pstats.py Introduction to the profilers: cProfile and profile provide deterministic profiling of Python programs. A profile is a set of statistics that describes...docs.python.org/3/library/profile.htmlWed Apr 29 06:55:52 GMT 2026 17.1K bytes -
enum — Support for enumerations — Python ...
Source code: Lib/enum.py Important: This page contains the API reference information. For tutorial information and discussion of more advanced topics, see Basic Tutorial, Advanced Tutorial, Enum Co...docs.python.org/3/library/enum.htmlTue Apr 28 13:41:04 GMT 2026 19.1K bytes