- Sort Score
- Num 10 results
- Language All
- Labels All
Results 61 - 70 of 5,912 for content_length:[0 TO 9999] (0.04 seconds)
-
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 -
Pending removal in Python 3.14 — Python 3...
The ma_version_tag field in PyDictObject for extension modules ( PEP 699; gh-101193)., Creating immutable types with mutable bases ( gh-95388)..docs.python.org/3/deprecations/c-api-pending-removal-in-3.14.htmlWed Apr 29 06:55:53 GMT 2026 3.4K bytes -
safari-pinned-tab.svg
docs.scala-lang.org/resources/safari-pinned-tab.svgFri Feb 24 17:11:59 GMT 2023 3.5K bytes -
py_compile — Compile Python source files — Pyth...
Source code: Lib/py_compile.py The py_compile module provides a function to generate a byte-code file from a source file, and another function used when the module source file is invoked as a scrip...docs.python.org/3/library/py_compile.htmlThu Jun 04 20:51:28 GMT 2026 6.5K bytes -
textwrap — Text wrapping and filling — Python 3...
Source code: Lib/textwrap.py The textwrap module provides some convenience functions, as well as TextWrapper, the class that does all the work. If you’re just wrapping or filling one or two text st...docs.python.org/3/library/textwrap.htmlThu Jun 04 20:51:28 GMT 2026 9.5K bytes -
curses.ascii — Utilities for ASCII characters —...
Source code: Lib/curses/ascii.py The curses.ascii module supplies name constants for ASCII characters and functions to test membership in various ASCII character classes. The constants supplied are...docs.python.org/3/library/curses.ascii.htmlThu Jun 04 20:51:28 GMT 2026 7.3K bytes -
fnmatch — Unix filename pattern matching — Pyth...
Source code: Lib/fnmatch.py This module provides support for Unix shell-style wildcards, which are not the same as regular expressions (which are documented in the re module). The special character...docs.python.org/3/library/fnmatch.htmlThu Jun 04 20:51:28 GMT 2026 5.5K bytes