Python standard library

E96619

The Python standard library is the extensive collection of built-in modules and packages that provide core functionality and common tools for Python programs, from file I/O and networking to data structures and system interfaces.

AI illustration

How this image was made

AI-generated illustration of Python standard library

This AI-generated illustration was produced by black-forest-labs/FLUX.2-dev (1024x1024) from a prompt written by openai/gpt-oss-120b from the entity's label + description.

Prompt

Generate an image of the Python standard library (The Python standard library is the extensive collection of built-in modules and packages that provide core functionality and common tools for Python programs, from file I/O and networking to data structures and system interfaces.)

All labels observed (10)

How this entity was disambiguated

Statements (99)

Predicate Object
instanceOf software library ⓘ
standard library ⓘ
designedFor cross-platform compatibility ⓘ
documentedIn Python official documentation ⓘ
expandedIn Python 2.x ⓘ
linked to: Python

Python 3.x ⓘ
linked to: Python 3.10
feature backwards compatibility guarantees for many releases ⓘ
stable public APIs for many modules ⓘ
goal provide batteries-included functionality ⓘ
hasAlternativeName Python Standard Library ⓘ
Python stdlib ⓘ
includesModule argparse ⓘ
asyncio ⓘ
bisect ⓘ
collections ⓘ
configparser ⓘ
contextlib ⓘ
copy ⓘ
csv ⓘ
curses (on Unix-like systems) ⓘ
dataclasses ⓘ
datetime ⓘ
decimal ⓘ
distutils (deprecated) ⓘ
linked to: distutils

email ⓘ
enum ⓘ
fnmatch ⓘ
fractions ⓘ
functools ⓘ
getopt ⓘ
glob ⓘ
gzip ⓘ
hashlib ⓘ
heapq ⓘ
http ⓘ
importlib ⓘ
inspect ⓘ
io ⓘ
itertools ⓘ
json ⓘ
linked to: JSON

logging ⓘ
math ⓘ
multiprocessing ⓘ
os ⓘ
pathlib ⓘ
pdb ⓘ
pickle ⓘ
pkgutil ⓘ
random ⓘ
re ⓘ
shutil ⓘ
site ⓘ
socket ⓘ
sqlite3 ⓘ
linked to: SQLite

statistics ⓘ
subprocess ⓘ
sys ⓘ
tarfile ⓘ
tempfile ⓘ
threading ⓘ
time ⓘ
tkinter ⓘ
linked to: Tkinter

traceback ⓘ
typing ⓘ
unittest ⓘ
urllib ⓘ
venv ⓘ
weakref ⓘ
wsgiref ⓘ
xml ⓘ
zipfile ⓘ
zipimport ⓘ
introducedIn Python 1.0 ⓘ
license Python Software Foundation License ⓘ
maintainedBy Python Software Foundation ⓘ
Python core developers ⓘ
partOf Python programming language ⓘ
linked to: Python
programmingLanguage Python ⓘ
provides built-in modules ⓘ
compression and archiving modules ⓘ
concurrency support ⓘ
core functionality for Python programs ⓘ
cryptographic hashing functions ⓘ
data structure implementations ⓘ
date and time handling ⓘ
debugging tools ⓘ
file input and output APIs ⓘ
internet protocol modules ⓘ
mathematical functions ⓘ
networking APIs ⓘ
operating system interfaces ⓘ
packages ⓘ
profiling tools ⓘ
random number generation ⓘ
serialization modules ⓘ
system interface modules ⓘ
testing frameworks ⓘ
text processing utilities ⓘ
typicalUsage import statements in Python code ⓘ

How these facts were elicited

Referenced by (38)

Full triples — surface form annotated when it differs from this entity's canonical label.

Python Software Foundation License → usedFor → Python standard library ⓘ
Python community → contributesTo → Python standard library ⓘ
PEP 695 → relatedTo → Python typing module ⓘ
linked to: Python standard library
Python standard library → hasAlternativeName → Python stdlib ⓘ
linked to: Python standard library
Python standard library → hasAlternativeName → Python Standard Library ⓘ
linked to: Python standard library
Standards Track → appliesTo → Python standard library ⓘ
Provisional PEPs → appliesTo → Python standard library ⓘ
discuss.python.org → topic → Python standard library ⓘ
Standards Track PEPs → scope → Python standard library ⓘ
Barry Warsaw → notableWork → Python core libraries ⓘ
linked to: Python standard library
Barry Warsaw → contributedTo → Python standard library ⓘ
distutils → partOf → Python standard library ⓘ
Tkinter → partOf → Python standard library ⓘ
pathlib → definedIn → Python standard library ⓘ
math (Python module) → partOf → Python standard library ⓘ
subject linked to: math
datetime → partOf → Python standard library ⓘ
unittest → partOf → Python standard library ⓘ
urllib → partOf → Python standard library ⓘ
collections → partOf → Python standard library ⓘ
functools → partOf → Python standard library ⓘ
itertools → partOf → Python standard library ⓘ
statistics → partOf → Python standard library ⓘ
argparse → partOf → Python Standard Library ⓘ
linked to: Python standard library
dataclasses → partOf → Python standard library ⓘ
shutil → partOf → Python standard library ⓘ
heapq → partOf → Python Standard Library ⓘ
linked to: Python standard library
contextlib → partOf → Python standard library ⓘ
wsgiref → partOf → Python standard library ⓘ
Python official documentation → covers → Python library reference ⓘ
linked to: Python standard library
Python official documentation → covers → Python logging module ⓘ
linked to: Python standard library
Python official documentation → covers → Python re module ⓘ
linked to: Python standard library
Python official documentation → covers → Python json module ⓘ
linked to: Python standard library
typing → partOf → Python standard library ⓘ
subject linked to: Python typing module
CPython contribution guidelines → appliesTo → Python standard library ⓘ
Brett Cannon → contributedTo → Python standard library ⓘ
PEP 578 → appliesTo → Python standard library ⓘ
PEP 644 → affects → Python standard library ⓘ
Łukasz Langa → notableProject → Python standard library maintenance ⓘ
linked to: Python standard library