Python standard library module
C39109
concept
A Python standard library module is a built-in, reusable collection of Python code that provides ready-made functions, classes, and tools for common programming tasks without requiring external installation.
Observed surface forms (1)
| Surface form | Occurrences |
|---|---|
| Python module | 12 |
Instances (21)
| Instance | Via concept surface |
|---|---|
| distutils | — |
| pathlib | — |
|
math
surface form:
math (Python module)
|
— |
| datetime | — |
| unittest | — |
| urllib | — |
| collections | — |
| functools | — |
| itertools | — |
| statistics | — |
| argparse | — |
|
typing
surface form:
typing (Python module)
|
— |
| dataclasses | — |
| shutil | — |
| heapq | — |
| contextlib | — |
| importlib | — |
|
wsgiref
surface form:
wsgiref.simple_server
|
Python module |
| jax.random | Python module |
| jax.experimental | Python module |
|
Python typing module
surface form:
typing
|
— |