용어 사전 coding 용어 페이지 slots 클래스가 가질 수 있는 속성 이름을 미리 고정해 메모리와 오타를 관리하는 Python 기능 slots #coding#python English version 관련 개념 인스턴스dataclassProtocol 핵심 아이디어 slots는 클래스가 가질 수 있는 속성 이름을 미리 고정해 메모리와 오타를 관리하는 Python 기능. 이 개념은 인스턴스, dataclass, 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.