The Python Language Summit 2023: What is the Standard Library for?
Briefly

Brett Cannon came to the Python Language Summit this year with a fundamental question for the assembled core developers: What is the standard library for?According to a quick python -c "import sys; print(len(sys.stdlib_module_names))"call on my laptop, the standard library in Python 3.11 consists of 305 importable modules.
Read at Python Software Foundation Blog
[
add
]
[
|
|
]