- Sort Score
- Num 10 results
- Language All
- Labels All
Results 571 - 580 of over 10,000 for filetype:html (0.24 seconds)
-
Glossary — Python 3.14.4 documentation
>>>, The default Python prompt of the interactive shell. Often seen for code examples which can be executed interactively in the interpreter.,,..., Can refer to:- The default Python prompt...docs.python.org/3/glossary.htmlTue Apr 28 13:41:03 GMT 2026 39.1K bytes -
1. Command line and environment — Python ...
The CPython interpreter scans the command line and the environment for various settings. CPython implementation detail: Other implementations’ command line schemes may differ. See Alternate Impleme...docs.python.org/3/using/cmdline.htmlWed Apr 29 06:55:53 GMT 2026 25.1K bytes -
uuid — UUID objects according to RFC 9562 ̵...
Source code: Lib/uuid.py This module provides immutable UUID objects (the UUID class) and functions for generating UUIDs corresponding to a specific UUID version as specified in RFC 9562(which supe...docs.python.org/3/library/uuid.htmlWed Apr 29 06:55:52 GMT 2026 11.4K bytes -
fnmatch — Unix filename pattern matching —...
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.htmlWed Apr 29 06:55:52 GMT 2026 5.5K bytes -
textwrap — Text wrapping and filling — Py...
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.htmlWed Apr 29 06:55:52 GMT 2026 9.5K bytes -
unittest — Unit testing framework — Pytho...
Source code: Lib/unittest/__init__.py(If you are already familiar with the basic concepts of testing, you might want to skip to the list of assert methods.) The unittest unit testing framework was ...docs.python.org/3/library/unittest.htmlWed Apr 29 06:55:52 GMT 2026 42.2K bytes -
py_compile — Compile Python source files —...
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.htmlWed Apr 29 06:55:52 GMT 2026 6.5K bytes -
http.server — HTTP servers — Python 3.14....
Source code: Lib/http/server.py This module defines classes for implementing HTTP servers. Availability: not WASI. This module does not work or is not available on WebAssembly. See WebAssembly plat...docs.python.org/3/library/http.server.htmlWed Apr 29 06:55:52 GMT 2026 15.3K bytes -
sysconfig — Provide access to Python’s configur...
Source code: Lib/sysconfig The sysconfig module provides access to Python’s configuration information like the list of installation paths and the configuration variables relevant for the current pl...docs.python.org/3/library/sysconfig.htmlWed Apr 29 06:55:52 GMT 2026 10.8K bytes -
wsgiref — WSGI Utilities and Reference Implemen...
Source code: Lib/wsgiref The Web Server Gateway Interface (WSGI) is a standard interface between web server software and web applications written in Python. Having a standard interface makes it eas...docs.python.org/3/library/wsgiref.htmlWed Apr 29 06:55:52 GMT 2026 20.5K bytes