- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 141 - 150 of 437 for host:docs.python.org (0.03 sec)
-
imghdr — Determine the type of an image — Pytho...
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/imghdr.htmlRegistered: Wed Nov 05 05:28:30 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 15.3K bytes - Viewed (0) -
4. Using Python on Windows — Python 3.14.0 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.htmlRegistered: Wed Nov 05 05:35:34 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 167.4K bytes - Viewed (0) -
Library and Extension FAQ — Python 3.14.0 docum...
Contents: Library and Extension FAQ- General Library Questions- How do I find a module or application to perform task X?, Where is the math.py (socket.py, regex.py, etc.) source file?, How do I mak...docs.python.org/3/faq/library.htmlRegistered: Wed Nov 05 05:33:35 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 85.3K bytes - Viewed (0) -
Concrete Objects Layer — Python 3.14.0 document...
The functions in this chapter are specific to certain Python object types. Passing them an object of the wrong type is not a good idea; if you receive an object from a Python program and you are no...docs.python.org/3/c-api/concrete.htmlRegistered: Wed Nov 05 05:37:34 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 25.5K bytes - Viewed (0) -
Security Considerations — Python 3.14.0 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: Wed Nov 05 05:37:44 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 20K bytes - Viewed (0) -
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.htmlRegistered: Wed Nov 05 05:37:51 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 14.9K bytes - Viewed (0) -
imp — Access the import internals — Python 3.14...
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: Wed Nov 05 05:36:30 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 15K bytes - Viewed (0) -
Codec registry and support functions — Python 3...
Codec lookup API: In the following functions, the encoding string is looked up converted to all lower-case characters, which makes encodings looked up through this mechanism effectively case-insens...docs.python.org/3/c-api/codec.htmlRegistered: Wed Nov 05 05:36:40 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 42.7K bytes - Viewed (0) -
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.htmlRegistered: Wed Nov 05 05:36:50 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 21.7K bytes - Viewed (0) -
Parsing arguments and building values — Python ...
These functions are useful when creating your own extension functions and methods. Additional information and examples are available in Extending and Embedding the Python Interpreter. The first thr...docs.python.org/3/c-api/arg.htmlRegistered: Wed Nov 05 05:32:58 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 113.2K bytes - Viewed (0)