- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 401 - 410 of 425 for host:docs.python.org (0.05 sec)
-
7. Simple statements — Python 3.13.7 documentation
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.htmlRegistered: Mon Aug 25 03:44:31 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 109.6K bytes - Viewed (0) -
IDLE — Python editor and shell — Python 3.13.7 ...
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.htmlRegistered: Mon Aug 25 03:44:34 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 81.9K bytes - Viewed (0) -
winreg — Windows registry access — Python 3.13....
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.htmlRegistered: Mon Aug 25 03:43:53 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 92.1K bytes - Viewed (0) -
Index — Python 3.13.7 documentation
Navigation index modules | Python » 3.13.7 Documentation » Index | Theme Auto Light Dark | Index Index pages by lette...docs.python.org/3/genindex.htmlRegistered: Mon Aug 25 03:43:57 UTC 2025 - Last Modified: Sun Aug 24 08:44:09 UTC 2025 - 10.7K bytes - Viewed (0) -
3.13.7 Documentation
docs.python.org/3/index.htmlRegistered: Mon Aug 25 03:44:02 UTC 2025 - Last Modified: Sun Aug 24 08:44:09 UTC 2025 - 17.4K bytes - Viewed (0) -
time — Time access and conversions — Python 3.1...
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.htmlRegistered: Mon Aug 25 03:43:46 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 123K bytes - Viewed (0) -
Coroutines and Tasks — Python 3.13.7 documentation
This section outlines high-level asyncio APIs to work with coroutines and Tasks. Coroutines, Awaitables, Creating Tasks, Task Cancellation, Task Groups, Sleeping, Running Tasks Concurrently, Eager ...docs.python.org/3/library/asyncio-task.htmlRegistered: Mon Aug 25 03:54:20 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 162.1K bytes - Viewed (0) -
ssl — TLS/SSL wrapper for socket objects — Pyth...
Source code: Lib/ssl.py This module provides access to Transport Layer Security (often known as “Secure Sockets Layer”) encryption and peer authentication facilities for network sockets, both clien...docs.python.org/3/library/ssl.htmlRegistered: Mon Aug 25 03:54:26 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 335.4K bytes - Viewed (0) -
Type Object Structures — Python 3.13.7 document...
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.htmlRegistered: Mon Aug 25 03:53:46 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 443.4K bytes - Viewed (0) -
optparse — Parser for command line options — Py...
Source code: Lib/optparse.py Choosing an argument parsing library: The standard library includes three argument parsing libraries: getopt: a module that closely mirrors the procedural C getopt API....docs.python.org/3/library/optparse.htmlRegistered: Mon Aug 25 03:53:17 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 281.4K bytes - Viewed (0)