- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 11 - 20 of 423 for host:docs.python.org (0.02 sec)
-
timeit — Measure execution time of small code s...
Source code: Lib/timeit.py This module provides a simple way to time small bits of Python code. It has both a Command-Line Interface as well as a callable one. It avoids a number of common traps fo...docs.python.org/3/library/timeit.htmlRegistered: Mon May 19 03:30:33 UTC 2025 - Last Modified: Sun May 18 19:52:02 UTC 2025 - 57.1K bytes - Viewed (0) -
6. Modules — Python 3.13.3 documentation
If you quit from the Python interpreter and enter it again, the definitions you have made (functions and variables) are lost. Therefore, if you want to write a somewhat longer program, you are bett...docs.python.org/3/tutorial/modules.htmlRegistered: Mon May 19 03:30:38 UTC 2025 - Last Modified: Sun May 18 19:52:01 UTC 2025 - 71.4K bytes - Viewed (0) -
zipfile — Work with ZIP archives — Python 3.13....
Source code: Lib/zipfile/ The ZIP file format is a common archive and compression standard. This module provides tools to create, read, write, append, and list a ZIP file. Any advanced use of this ...docs.python.org/3/library/zipfile.htmlRegistered: Mon May 19 03:28:24 UTC 2025 - Last Modified: Sun May 18 19:52:02 UTC 2025 - 131.3K bytes - Viewed (0) -
4. More Control Flow Tools — Python 3.13.3 docu...
As well as the while statement just introduced, Python uses a few more that we will encounter in this chapter. if Statements: Perhaps the most well-known statement type is the if statement. For exa...docs.python.org/3/tutorial/controlflow.htmlRegistered: Mon May 19 03:29:19 UTC 2025 - Last Modified: Sun May 18 19:52:01 UTC 2025 - 136.3K bytes - Viewed (0) -
email.headerregistry: Custom Header Objects — P...
Source code: Lib/email/headerregistry.py Headers are represented by customized subclasses of str. The particular class used to represent a given header is determined by the header_factory of the po...docs.python.org/3/library/email.headerregistry.htmlRegistered: Mon May 19 03:29:42 UTC 2025 - Last Modified: Sun May 18 19:52:02 UTC 2025 - 70.4K bytes - Viewed (0) -
Extending — Python 3.13.3 documentation
The main direction for asyncio extending is writing custom event loop classes. Asyncio has helpers that could be used to simplify this task. Writing a Custom Event Loop: asyncio.AbstractEventLoop d...docs.python.org/3/library/asyncio-extending.htmlRegistered: Mon May 19 03:30:56 UTC 2025 - Last Modified: Sun May 18 19:52:02 UTC 2025 - 24.9K bytes - Viewed (0) -
email.policy: Policy Objects — Python 3.13.3 do...
Source code: Lib/email/policy.py The email package’s prime focus is the handling of email messages as described by the various email and MIME RFCs. However, the general format of email messages (a ...docs.python.org/3/library/email.policy.htmlRegistered: Mon May 19 03:41:12 UTC 2025 - Last Modified: Sun May 18 19:52:02 UTC 2025 - 87.6K bytes - Viewed (0) -
What’s New In Python 3.9 — Python 3.13.3 docume...
Editor, Łukasz Langa,. This article explains the new features in Python 3.9, compared to 3.8. Python 3.9 was released on October 5, 2020. For full details, see the changelog. Summary – Release high...docs.python.org/3/whatsnew/3.9.htmlRegistered: Mon May 19 03:41:27 UTC 2025 - Last Modified: Sun May 18 19:52:01 UTC 2025 - 216.1K bytes - Viewed (0) -
XML Processing Modules — Python 3.13.3 document...
Source code: Lib/xml/ Python’s interfaces for processing XML are grouped in the xml package. It is important to note that modules in the xml package require that there be at least one SAX-compliant...docs.python.org/3/library/xml.htmlRegistered: Mon May 19 03:41:30 UTC 2025 - Last Modified: Sun May 18 19:52:02 UTC 2025 - 26.7K bytes - Viewed (0) -
Mapping Protocol — Python 3.13.3 documentation
docs.python.org/3/c-api/mapping.htmlRegistered: Mon May 19 03:41:34 UTC 2025 - Last Modified: Sun May 18 19:52:01 UTC 2025 - 42K bytes - Viewed (0)