용어 사전 coding 용어 페이지 dataclass 데이터 담는 클래스를 자동으로 생성자·비교 메서드까지 만들어 주는 표준 라이브러리 데코레이터 dataclass #coding#python English version 관련 개념 인스턴스slotsProtocol 핵심 아이디어 dataclass는 데이터 담는 클래스를 자동으로 생성자·비교 메서드까지 만들어 주는 표준 라이브러리 데코레이터. 이 개념은 인스턴스, slots, Protocol 같은 주변 용어와 함께 쓰일 때 의미가 더 분명해집니다. 이 블로그에서의 역할 Mathbong에서는 python 주제 글에서 이 용어를 반복적으로 참조합니다. 이 개념을 다루는 글 [Python 시리즈 8편] 클래스 설계와 dataclasses OOP 관점에서 클래스를 설계하고 dataclasses로 데이터 모델을 더 간결하게 정의하는 방법을 다룬다.[Python Series 8] Class Design and Dataclasses Structure automation code with classes, then model data easily using Python dataclasses.[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.