- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 327 for host:docs.python.org (0.02 seconds)
-
Boolean Objects — Python 3.14.3 documentation
Booleans in Python are implemented as a subclass of integers. There are only two booleans, Py_False and Py_True. As such, the normal creation and deletion functions don’t apply to booleans. The fol...docs.python.org/3/c-api/bool.htmlFri Feb 06 03:23:27 GMT 2026 20K bytes -
telnetlib — Telnet client — Python 3.14.3 docum...
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/telnetlib.htmlFri Feb 06 03:23:28 GMT 2026 15K bytes -
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.htmlFri Feb 06 03:23:28 GMT 2026 14.9K bytes -
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.htmlFri Feb 06 03:23:28 GMT 2026 15.3K bytes -
xml.sax.saxutils — SAX Utilities — Python 3.14....
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.htmlFri Feb 06 03:23:27 GMT 2026 25.7K bytes -
Library and Extension FAQ — Python 3.14.3 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.htmlFri Feb 06 03:23:28 GMT 2026 85.3K bytes -
tkinter.colorchooser — Color choosing dialog — ...
Source code: Lib/tkinter/colorchooser.py The tkinter.colorchooser module provides the Chooser class as an interface to the native color picker dialog. Chooser implements a modal color choosing dial...docs.python.org/3/library/tkinter.colorchooser.htmlFri Feb 06 03:23:28 GMT 2026 17.6K bytes -
1. Introduction — Python 3.14.3 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.htmlFri Feb 06 03:23:27 GMT 2026 30K 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.htmlFri Feb 06 03:23:27 GMT 2026 15.1K bytes -
bisect — Array bisection algorithm — Python 3.1...
Source code: Lib/bisect.py This module provides support for maintaining a list in sorted order without having to sort the list after each insertion. For long lists of items with expensive compariso...docs.python.org/3/library/bisect.htmlFri Feb 06 03:23:27 GMT 2026 48.3K bytes