- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1611 - 1620 of over 10,000 for filetype:html (1.23 seconds)
-
__main__ — Top-level code environment — P...
In Python, the special name__main__ is used for two important constructs: the name of the top-level environment of the program, which can be checked using the__name__ == '__main__' expres...docs.python.org/3/library/__main__.htmlTue Apr 28 13:41:04 GMT 2026 10.1K bytes -
optparse — Parser for command line options R...
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.htmlWed Apr 29 06:55:52 GMT 2026 37.9K bytes -
hashlib — Secure hashes and message digests ...
Source code: Lib/hashlib.py This module implements a common interface to many different hash algorithms. Included are the FIPS secure hash algorithms SHA224, SHA256, SHA384, SHA512, (defined in the...docs.python.org/3/library/hashlib.htmlWed Apr 29 06:55:52 GMT 2026 19.2K bytes -
ssl — TLS/SSL wrapper for socket objects —...
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.htmlWed Apr 29 06:55:52 GMT 2026 49.3K bytes -
__future__ — Future statement definitions ̵...
Source code: Lib/__future__.py Imports of the form from __future__ import feature are called future statements. These are special-cased by the Python compiler to allow the use of new Python feature...docs.python.org/3/library/__future__.htmlWed Apr 29 06:55:53 GMT 2026 6.2K bytes -
logging — Logging facility for Python — P...
Source code: Lib/logging/__init__.py Important: This page contains the API reference information. For tutorial information and discussion of more advanced topics, see Basic Tutorial, Advanced Tutor...docs.python.org/3/library/logging.htmlTue Apr 28 13:41:04 GMT 2026 30.8K bytes -
email.header: Internationalized headers —...
Source code: Lib/email/header.py This module is part of the legacy ( Compat32) email API. In the current API encoding and decoding of headers is handled transparently by the dictionary-like API of ...docs.python.org/3/library/email.header.htmlWed Apr 29 06:55:52 GMT 2026 8.9K bytes -
Synchronization Primitives — Python 3.14....
Source code: Lib/asyncio/locks.py asyncio synchronization primitives are designed to be similar to those of the threading module with two important caveats: asyncio primitives are not thread-safe, ...docs.python.org/3/library/asyncio-sync.htmlWed Apr 29 06:55:53 GMT 2026 9.9K bytes -
symtable — Access to the compiler’s symbol tabl...
Source code: Lib/symtable.py Symbol tables are generated by the compiler from AST just before bytecode is generated. The symbol table is responsible for calculating the scope of every identifier in...docs.python.org/3/library/symtable.htmlWed Apr 29 06:55:53 GMT 2026 8.9K bytes -
Buffer Protocol — Python 3.14.4 documenta...
Certain objects available in Python wrap access to an underlying memory array or buffer. Such objects include the built-in bytes and bytearray, and some extension types like array.array. Third-part...docs.python.org/3/c-api/buffer.htmlWed Apr 29 06:55:52 GMT 2026 14.5K bytes