용어 사전 coding 용어 페이지 표준 라이브러리 Python이 기본으로 제공하는 모듈 묶음으로 추가 설치 없이 사용할 수 있음 standard-library #coding#python English version 관련 개념 wheelsdistuv build 핵심 아이디어 표준 라이브러리는 Python이 기본으로 제공하는 모듈 묶음으로 추가 설치 없이 사용할 수 있음. 이 개념은 wheel, sdist, uv build 같은 주변 용어와 함께 쓰일 때 의미가 더 분명해집니다. 이 블로그에서의 역할 Mathbong에서는 python 주제 글에서 이 용어를 반복적으로 참조합니다. 이 개념을 다루는 글 [Python 시리즈 19편] 표준 라이브러리 탐색과 패키징 기초 dataclasses부터 pathlib, packaging 흐름까지 프로젝트를 외부 배포 준비하는 핵심 표준 도구를 묶어 소개한다.[Python Series 19] Using Python's Standard Library and Packaging Your Code Demystifies Python's essential built-in modules, explains how to structure your projects using pyproject.toml, and guides you through preparing your code for sharing with modern tools like uv.