What is the Python Standard Library?
0:16
The Python Standard Library is a large collection of modules included with every Python installation. It provides functionality for file I/O, networking, data serialization, threading, math, regular expressions, and much more. Its breadth is often summarized as "batteries included."
---
docs.python.org