- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 31 - 40 of 424 for host:docs.python.org (0.01 sec)
-
imp — Access the import internals — Python 3.13...
This module is no longer part of the Python standard library. It was removed in Python 3.12 after being deprecated in Python 3.4. The removal notice includes guidance for migrating code from imp to...docs.python.org/3/library/imp.htmlRegistered: Fri Jun 27 04:01:43 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 15K bytes - Viewed (0) -
xml.sax.saxutils — SAX Utilities — Python 3.13....
Source code: Lib/xml/sax/saxutils.py The module xml.sax.saxutils contains a number of classes and functions that are commonly useful when creating SAX applications, either in direct use, or as base...docs.python.org/3/library/xml.sax.utils.htmlRegistered: Fri Jun 27 03:59:17 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 25.7K bytes - Viewed (0) -
4. Building C and C++ Extensions — Python 3.13....
A C extension for CPython is a shared library (e.g. a.so file on Linux,.pyd on Windows), which exports an initialization function. To be importable, the shared library must be available on PYTHONPA...docs.python.org/3/extending/building.htmlRegistered: Fri Jun 27 04:00:34 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 19.5K bytes - Viewed (0) -
Security Considerations — Python 3.13.5 documen...
The following modules have specific security considerations: base64: base64 security considerations in RFC 4648, hashlib: all constructors take a “usedforsecurity” keyword-only argument disabling k...docs.python.org/3/library/security_warnings.htmlRegistered: Fri Jun 27 04:00:41 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 20K bytes - Viewed (0) -
sndhdr — Determine type of sound file — Python ...
This module is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11. The removal was decided in PEP 594. Possible replacements are thir...docs.python.org/3/library/sndhdr.htmlRegistered: Fri Jun 27 04:00:47 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 15.1K bytes - Viewed (0) -
queue — A synchronized queue class — Python 3.1...
Source code: Lib/queue.py The queue module implements multi-producer, multi-consumer queues. It is especially useful in threaded programming when information must be exchanged safely between multip...docs.python.org/3/library/queue.htmlRegistered: Fri Jun 27 04:00:59 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 51.7K bytes - Viewed (0) -
10. Brief Tour of the Standard Library — Python...
Operating System Interface: The os module provides dozens of functions for interacting with the operating system: Be sure to use the import os style instead of from os import *. This will keep os.o...docs.python.org/3/tutorial/stdlib.htmlRegistered: Fri Jun 27 03:58:28 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 57.4K bytes - Viewed (0) -
lzma — Compression using the LZMA algorithm — P...
Source code: Lib/lzma.py This module provides classes and convenience functions for compressing and decompressing data using the LZMA compression algorithm. Also included is a file interface suppor...docs.python.org/3/library/lzma.htmlRegistered: Fri Jun 27 03:58:54 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 71.4K bytes - Viewed (0) -
linecache — Random access to text lines — Pytho...
Source code: Lib/linecache.py The linecache module allows one to get any line from a Python source file, while attempting to optimize internally, using a cache, the common case where many lines are...docs.python.org/3/library/linecache.htmlRegistered: Fri Jun 27 03:57:47 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 21.1K bytes - Viewed (0) -
wave — Read and write WAV files — Python 3.13.5...
Source code: Lib/wave.py The wave module provides a convenient interface to the Waveform Audio “WAVE” (or “WAV”) file format. Only uncompressed PCM encoded wave files are supported. The wave module...docs.python.org/3/library/wave.htmlRegistered: Fri Jun 27 03:57:51 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 39.1K bytes - Viewed (0)