Introduction — Python 3.11.16 documentation

docs.python.org

Tin mới

The Python Standard Library

Built-in Functions

Python Module Index

3.11.16 Documentation

Notes on availability¶

The “Python library” contains several different kinds of components.

random: Generate pseudo-random numbers with various common distributions.

The “Python library” contains several different kinds of components.

WebAssembly platforms¶

The properties and behavior of Python on WebAssembly platforms depend on the Emscripten-SDK or WASI-SDK version, WASM runtimes (browser, NodeJS, wasmtime), and Python build time flags. WebAssembly, Emscripten, and WASI a

subprocess: Subprocess management.

Process-related APIs are not available or always fail with an error. That includes APIs that spawn new processes (fork(), execve()), wait for processes (waitpid()), send signals (kill()), or otherwise interact with proce

socket: Low-level networking interface.

The socket module is available, but is limited and behaves differently from other platforms. On Emscripten, sockets are always non-blocking and require additional JavaScript code and helpers on the server to proxy TCP th