- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1291 - 1300 of over 10,000 for filetype:html (0.66 seconds)
-
8. Compound statements — Python 3.14.4 do...
Compound statements contain (groups of) other statements; they affect or control the execution of those other statements in some way. In general, compound statements span multiple lines, although i...docs.python.org/3/reference/compound_stmts.htmlWed Apr 29 06:55:52 GMT 2026 32.4K bytes -
4. More Control Flow Tools — Python 3.14....
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.htmlTue Apr 28 13:41:03 GMT 2026 23K bytes -
platform — Access to underlying platform’s iden...
Source code: Lib/platform.py Cross platform: Java platform: Windows platform: macOS platform: iOS platform: Unix platforms: Linux platforms: Android platform: Command-line usage: platform can also ...docs.python.org/3/library/platform.htmlWed Apr 29 06:55:53 GMT 2026 11K bytes -
configparser — Configuration file parser —...
Source code: Lib/configparser.py This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what’s found in Microsoft Windows ...docs.python.org/3/library/configparser.htmlTue Apr 28 13:41:04 GMT 2026 26.4K bytes -
email.headerregistry: Custom Header Objects ...
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.htmlTue Apr 28 13:41:05 GMT 2026 12.6K bytes -
contextlib — Utilities for with-statement conte...
Source code: Lib/contextlib.py This module provides utilities for common tasks involving the with statement. For more information see also Context Manager Types and With Statement Context Managers....docs.python.org/3/library/contextlib.htmlWed Apr 29 06:55:53 GMT 2026 18.6K bytes -
itertools — Functions creating iterators for ef...
This module implements a number of iterator building blocks inspired by constructs from APL, Haskell, and SML. Each has been recast in a form suitable for Python. The module standardizes a core set...docs.python.org/3/library/itertools.htmlWed Apr 29 06:55:53 GMT 2026 23.3K bytes -
Thread states and the global interpreter lock &...
Unless on a free-threaded build of CPython, the Python interpreter is generally not thread-safe. In order to support multi-threaded Python programs, there’s a global lock, called the global interpr...docs.python.org/3/c-api/threads.htmlWed Apr 29 06:55:52 GMT 2026 17.1K bytes -
math — Mathematical functions — Python 3....
This module provides access to common mathematical functions and constants, including those defined by the C standard. These functions cannot be used with complex numbers; use the functions of the ...docs.python.org/3/library/math.htmlTue Apr 28 13:41:04 GMT 2026 16.9K bytes -
zlib — Compression compatible with gzip —...
For applications that require data compression, the functions in this module allow compression and decompression, using the zlib library. This is an optional module. If it is missing from your copy...docs.python.org/3/library/zlib.htmlWed Apr 29 06:55:52 GMT 2026 11.1K bytes