- Sort Score
- Num 10 results
- Language All
- Labels All
Results 641 - 650 of over 10,000 for filetype:html (0.41 seconds)
-
xml.sax — Support for SAX2 parsers — Pyth...
Source code: Lib/xml/sax/__init__.py The xml.sax package provides a number of modules which implement the Simple API for XML (SAX) interface for Python. The package itself provides the SAX exceptio...docs.python.org/3/library/xml.sax.htmlWed Apr 29 06:55:52 GMT 2026 6.6K bytes -
MemoryView objects — Python 3.14.4 docume...
A memoryview object exposes the C level buffer interface as a Python object which can then be passed around like any other object.docs.python.org/3/c-api/memoryview.htmlWed Apr 29 06:55:52 GMT 2026 4.9K bytes -
keyword — Testing for Python keywords — P...
Source code: Lib/keyword.py This module allows a Python program to determine if a string is a keyword or soft keyword.docs.python.org/3/library/keyword.htmlWed Apr 29 06:55:52 GMT 2026 3.9K bytes -
xmlrpc — XMLRPC server and client modules ̵...
XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a transport. With it, a client can call methods with parameters on a remote server (the server is named by a URI) and get ...docs.python.org/3/library/xmlrpc.htmlWed Apr 29 06:55:53 GMT 2026 3.6K bytes -
Data marshalling support — Python 3.14.4 ...
These routines allow C code to work with serialized objects using the same data format as the marshal module. There are functions to write data into the serialization format, and additional functio...docs.python.org/3/c-api/marshal.htmlWed Apr 29 06:55:52 GMT 2026 4.9K bytes -
Support for Perf Maps — Python 3.14.4 doc...
On supported platforms (as of this writing, only Linux), the runtime can take advantage of perf map files to make Python functions visible to an external profiling tool (such as perf). A running pr...docs.python.org/3/c-api/perfmaps.htmlWed Apr 29 06:55:52 GMT 2026 4.7K bytes -
Defining extension modules — Python 3.14....
A C extension for CPython is a shared library (for example, a.so file on Linux,.pyd DLL on Windows), which is loadable into the Python process (for example, it is compiled with compatible compiler ...docs.python.org/3/c-api/extension-modules.htmlWed Apr 29 06:55:52 GMT 2026 8K bytes -
Pending removal in Python 3.17 — Python 3...
collections.abc:- collections.abc.ByteString is scheduled for removal in Python 3.17. Use isinstance(obj, collections.abc.Buffer) to test if obj implements the buffer protocol at runtime. For use i...docs.python.org/3/deprecations/pending-removal-in-3.17.htmlWed Apr 29 06:55:53 GMT 2026 4.2K bytes -
8. Editors and IDEs — Python 3.14.4 docum...
There are a number of IDEs that support Python programming language. Many editors and IDEs provide syntax highlighting, debugging tools, and PEP 8 checks. IDLE — Python editor and shell: IDLE is Py...docs.python.org/3/using/editors.htmlTue Apr 28 13:41:05 GMT 2026 3.8K bytes -
Pending removal in Python 3.13 — Python 3...
Modules (see PEP 594): aifc, audioop, cgi, cgitb, chunk, crypt, imghdr, mailcap, msilib, nis, nntplib, ossaudiodev, pipes, sndhdr, spwd, sunau, telnetlib, uu, xdrlib. Other modules: lib2to3, and th...docs.python.org/3/deprecations/pending-removal-in-3.13.htmlWed Apr 29 06:55:53 GMT 2026 3.7K bytes