- Sort Score
- Num 10 results
- Language All
- Labels All
Results 51 - 60 of over 10,000 for timestamp:[now/d-1y TO *] (0.06 seconds)
-
ossaudiodev — Access to OSS-compatible audio de...
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. The last version of Python tha...docs.python.org/3/library/ossaudiodev.htmlTue Jun 09 22:53:45 GMT 2026 3.6K bytes -
asyncio — Asynchronous I/O — Python 3.14.5 docu...
Hello World!: asyncio is a library to write concurrent code using the async/await syntax. asyncio is used as a foundation for multiple Python asynchronous frameworks that provide high-performance n...docs.python.org/3/library/asyncio.htmlTue Jun 09 22:53:45 GMT 2026 5.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.htmlTue Jun 09 22:53:45 GMT 2026 10.5K bytes -
multiprocessing.shared_memory — Shared memory f...
Source code: Lib/multiprocessing/shared_memory.py This module provides a class, SharedMemory, for the allocation and management of shared memory to be accessed by one or more processes on a multico...docs.python.org/3/library/multiprocessing.shared_memory.htmlTue Jun 09 22:53:45 GMT 2026 12.1K bytes -
colorsys — Conversions between color systems — ...
Source code: Lib/colorsys.py The colorsys module defines bidirectional conversions of color values between colors expressed in the RGB (Red Green Blue) color space used in computer monitors and thr...docs.python.org/3/library/colorsys.htmlTue Jun 09 22:53:45 GMT 2026 4.3K bytes -
quopri — Encode and decode MIME quoted-printabl...
Source code: Lib/quopri.py This module performs quoted-printable transport encoding and decoding, as defined in RFC 1521: “MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Spec...docs.python.org/3/library/quopri.htmlTue Jun 09 22:53:45 GMT 2026 4.7K bytes -
1. Introduction — Python 3.14.5 documentation
This reference manual describes the Python programming language. It is not intended as a tutorial. While I am trying to be as precise as possible, I chose to use English rather than formal specific...docs.python.org/3/reference/introduction.htmlTue Jun 09 22:53:45 GMT 2026 7.5K bytes -
asyncore — Asynchronous socket handler — Python...
This module is no longer part of the Python standard library. It was removed in Python 3.12 after being deprecated in Python 3.6. The removal was decided in PEP 594. Applications should use the asy...docs.python.org/3/library/asyncore.htmlTue Jun 09 22:53:45 GMT 2026 3.7K bytes -
4. Using Python on Windows — Python 3.14.5 docu...
This document aims to give an overview of Windows-specific behaviour you should know about when using Python on Microsoft Windows. Unlike most Unix systems and services, Windows does not include a ...docs.python.org/3/using/windows.htmlTue Jun 09 22:53:45 GMT 2026 39.8K bytes -
9. Classes — Python 3.14.5 documentation
Classes provide a means of bundling data and functionality together. Creating a new class creates a new type of object, allowing new instances of that type to be made. Each class instance can have ...docs.python.org/3/tutorial/classes.htmlTue Jun 09 22:53:45 GMT 2026 20.5K bytes