Glossary coding Term Page

Standard library

the modules Python provides out of the box

standard-library #coding#python
Korean version

Related Concepts

Core Idea

Standard library is the modules Python provides out of the box, no extra install needed. It usually makes the most sense alongside wheel, sdist, uv build.

Why It Matters Here

Mathbong reuses this term across python posts as shared vocabulary.

Posts Mentioning This Concept