- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1001 - 1010 of over 10,000 for content_length:[10000 TO 99999] (0.89 seconds)
-
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.htmlSun Feb 22 06:33:52 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.htmlSun Feb 22 06:33:52 GMT 2026 11K bytes -
8. Compound statements — Python 3.14.3 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.htmlSun Feb 22 06:33:52 GMT 2026 32.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.htmlSun Feb 22 06:33:52 GMT 2026 12.6K bytes -
gzip — Support for gzip files — Python 3....
Source code: Lib/gzip.py This module provides a simple interface to compress and decompress files just like the GNU programs gzip and gunzip would. This is an optional module. If it is missing from...docs.python.org/3/library/gzip.htmlSun Feb 22 06:33:52 GMT 2026 9.9K 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.htmlSun Feb 22 06:33:52 GMT 2026 26.4K bytes -
3. Configure Python — Python 3.14.3 docum...
Build Requirements: To build CPython, you will need: A C11 compiler. Optional C11 features are not required., On Windows, Microsoft Visual Studio 2017 or later is required., Support for IEEE 754 fl...docs.python.org/3/using/configure.htmlSun Feb 22 06:33:52 GMT 2026 28.1K bytes -
zipfile — Work with ZIP archives — Python...
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.htmlSun Feb 22 06:33:52 GMT 2026 20.1K bytes -
mailbox — Manipulate mailboxes in various forma...
Source code: Lib/mailbox.py This module defines two classes, Mailbox and Message, for accessing and manipulating on-disk mailboxes and the messages they contain. Mailbox offers a dictionary-like ma...docs.python.org/3/library/mailbox.htmlSun Feb 22 06:33:52 GMT 2026 22.8K bytes -
6. Modules — Python 3.14.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.htmlSun Feb 22 06:33:52 GMT 2026 15.7K bytes