- Sort Score
- Num 10 results
- Language All
- Labels All
Results 31 - 40 of 438 for host:docs.python.org (0.03 seconds)
-
plistlib — Generate and parse Apple .plist file...
Source code: Lib/plistlib.py This module provides an interface for reading and writing the “property list” files used by Apple, primarily on macOS and iOS. This module supports both binary and XML ...docs.python.org/3/library/plistlib.htmlFri Feb 06 03:23:28 GMT 2026 36.8K bytes -
Design and History FAQ — Python 3.14.3 document...
Contents: Design and History FAQ- Why does Python use indentation for grouping of statements?, Why am I getting strange results with simple arithmetic operations?, Why are floating-point calculatio...docs.python.org/3/faq/design.htmlFri Feb 06 03:23:28 GMT 2026 95K bytes -
Context Variables Objects — Python 3.14.3 docum...
This section details the public C API for the contextvars module. Type-check macros: Context object management functions: Context variable functions:docs.python.org/3/c-api/contextvars.htmlFri Feb 06 03:23:27 GMT 2026 39.5K bytes -
Python on Windows FAQ — Python 3.14.3 documenta...
Contents: Python on Windows FAQ- How do I run a Python program under Windows?, How do I make Python scripts executable?, Why does Python sometimes take so long to start?, How do I make an executabl...docs.python.org/3/faq/windows.htmlFri Feb 06 03:23:28 GMT 2026 38.3K bytes -
Byte Array Objects — Python 3.14.3 documentation
Type check macros: Direct API functions: Macros: These macros trade safety for speed and they don’t check pointers.docs.python.org/3/c-api/bytearray.htmlFri Feb 06 03:23:27 GMT 2026 27.5K bytes -
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.htmlFri Feb 06 03:23:27 GMT 2026 57.4K bytes -
xmlrpc.server — Basic XML-RPC servers — Python ...
Source code: Lib/xmlrpc/server.py The xmlrpc.server module provides a basic server framework for XML-RPC servers written in Python. Servers can either be free standing, using SimpleXMLRPCServer, or...docs.python.org/3/library/xmlrpc.server.htmlFri Feb 06 03:23:28 GMT 2026 68.1K bytes -
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.htmlFri Feb 06 03:23:27 GMT 2026 71.9K bytes -
wave — Read and write WAV files — Python 3.14.3...
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.htmlFri Feb 06 03:23:27 GMT 2026 39.2K bytes -
tempfile — Generate temporary files and directo...
Source code: Lib/tempfile.py This module creates temporary files and directories. It works on all supported platforms. TemporaryFile, NamedTemporaryFile, TemporaryDirectory, and SpooledTemporaryFil...docs.python.org/3/library/tempfile.htmlFri Feb 06 03:23:28 GMT 2026 71.6K bytes