- Sort Score
- Num 10 results
- Language All
- Labels All
Results 591 - 600 of over 10,000 for filetype:html (0.4 seconds)
-
binascii — Convert between binary and ASCII ...
The binascii module contains a number of methods to convert between binary and various ASCII-encoded binary representations. Normally, you will not use these functions directly but use wrapper modu...docs.python.org/3/library/binascii.htmlWed Apr 29 06:55:52 GMT 2026 6.7K bytes -
socketserver — A framework for network servers ...
Source code: Lib/socketserver.py The socketserver module simplifies the task of writing network servers. Availability: not WASI. This module does not work or is not available on WebAssembly. See We...docs.python.org/3/library/socketserver.htmlWed Apr 29 06:55:52 GMT 2026 15.6K bytes -
string.templatelib — Support for template strin...
Source code: Lib/string/templatelib.py Template strings: Template strings are a mechanism for custom string processing. They have the full flexibility of Python’s f-strings, but return a Template i...docs.python.org/3/library/string.templatelib.htmlWed Apr 29 06:55:52 GMT 2026 9.6K bytes -
decimal — Decimal fixed-point and floating-poin...
Source code: Lib/decimal.py The decimal module provides support for fast correctly rounded decimal floating-point arithmetic. It offers several advantages over the float datatype: Decimal “is based...docs.python.org/3/library/decimal.htmlWed Apr 29 06:55:53 GMT 2026 38.7K bytes -
xml.etree.ElementTree — The ElementTree XML API...
Source code: Lib/xml/etree/ElementTree.py The xml.etree.ElementTree module implements a simple and efficient API for parsing and creating XML data. Tutorial: This is a short tutorial for using xml....docs.python.org/3/library/xml.etree.elementtree.htmlWed Apr 29 06:55:52 GMT 2026 27.9K bytes -
What’s New in Python 2.3 — Python 3.14.4 ...
Author, A.M. Kuchling,. This article explains the new features in Python 2.3. Python 2.3 was released on July 29, 2003. The main themes for Python 2.3 are polishing some of the features added in 2....docs.python.org/3/whatsnew/2.3.htmlWed Apr 29 06:55:52 GMT 2026 47.5K bytes -
types — Dynamic type creation and names for bui...
Source code: Lib/types.py This module defines utility functions to assist in dynamic creation of new types. It also defines names for some object types that are used by the standard Python interpre...docs.python.org/3/library/types.htmlWed Apr 29 06:55:53 GMT 2026 12.4K bytes -
xml.dom — The Document Object Model API —...
Source code: Lib/xml/dom/__init__.py The Document Object Model, or “DOM,” is a cross-language API from the World Wide Web Consortium (W3C) for accessing and modifying XML documents. A DOM implement...docs.python.org/3/library/xml.dom.htmlWed Apr 29 06:55:52 GMT 2026 17.9K bytes -
Bytes Objects — Python 3.14.4 documentation
These functions raise TypeError when expecting a bytes parameter and called with a non-bytes parameter.docs.python.org/3/c-api/bytes.htmlWed Apr 29 06:55:52 GMT 2026 8.9K bytes -
Dictionary Objects — Python 3.14.4 docume...
Dictionary View Objects: Ordered Dictionaries: Python’s C API provides interface for collections.OrderedDict from C. Since Python 3.7, dictionaries are ordered by default, so there is usually littl...docs.python.org/3/c-api/dict.htmlWed Apr 29 06:55:52 GMT 2026 13.9K bytes