- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1001 - 1010 of over 10,000 for filetype:html (0.19 seconds)
-
secrets — Generate secure random numbers for ma...
Source code: Lib/secrets.py The secrets module is used for generating cryptographically strong random numbers suitable for managing data such as passwords, account authentication, security tokens, ...docs.python.org/3/library/secrets.htmlWed Apr 29 06:55:52 GMT 2026 6.6K bytes -
statistics — Mathematical statistics functions ...
Source code: Lib/statistics.py This module provides functions for calculating mathematical statistics of numeric ( Real-valued) data. The module is not intended to be a competitor to third-party li...docs.python.org/3/library/statistics.htmlWed Apr 29 06:55:53 GMT 2026 22.7K bytes -
Runners — Python 3.14.4 documentation
Source code: Lib/asyncio/runners.py This section outlines high-level asyncio primitives to run asyncio code. They are built on top of an event loop with the aim to simplify async code usage for com...docs.python.org/3/library/asyncio-runner.htmlWed Apr 29 06:55:52 GMT 2026 6.4K bytes -
shelve — Python object persistence — Pyth...
Source code: Lib/shelve.py A “shelf” is a persistent, dictionary-like object. The difference with “dbm” databases is that the values (not the keys!) in a shelf can be essentially arbitrary Python o...docs.python.org/3/library/shelve.htmlWed Apr 29 06:55:53 GMT 2026 7.9K bytes -
List Objects — Python 3.14.4 documentation
Navigation index modules | next | previous | Python » 3.14.4 Documentation » Python/C API reference manual ...docs.python.org/3/c-api/list.htmlTue Apr 28 13:41:04 GMT 2026 7.8K bytes -
What’s New In Python 3.13 — Python 3.14.4...
Editors, Adam Turner and Thomas Wouters,. This article explains the new features in Python 3.13, compared to 3.12. Python 3.13 was released on October 7, 2024. For full details, see the changelog. ...docs.python.org/3/whatsnew/3.13.htmlWed Apr 29 06:55:52 GMT 2026 69K bytes -
What’s New In Python 3.10 — Python 3.14.4...
Editor, Pablo Galindo Salgado,. This article explains the new features in Python 3.10, compared to 3.9. Python 3.10 was released on October 4, 2021. For full details, see the changelog. Summary – R...docs.python.org/3/whatsnew/3.10.htmlWed Apr 29 06:55:52 GMT 2026 49.2K bytes -
File objects — Python 3.14.4 documentation
These APIs are a minimal emulation of the Python 2 C API for built-in file objects, which used to rely on the buffered I/O ( FILE*) support from the C standard library. In Python 3, files and strea...docs.python.org/3/c-api/file.htmlWed Apr 29 06:55:52 GMT 2026 6.7K bytes -
html.entities — Definitions of HTML general ent...
Source code: Lib/html/entities.py This module defines four dictionaries, html5, name2codepoint, codepoint2name, and entitydefs. Footnotes 1, See https://html.spec.whatwg.org/multipage/named-charact...docs.python.org/3/library/html.entities.htmlWed Apr 29 06:55:52 GMT 2026 4.2K bytes -
2. Using Python on Unix platforms — Pytho...
Getting and installing the latest version of Python: On Linux: Python comes preinstalled on most Linux distributions, and is available as a package on all others. However there are certain features...docs.python.org/3/using/unix.htmlWed Apr 29 06:55:53 GMT 2026 6.5K bytes