set1 [Python] 딕셔너리와 집합 References Fluent Python Contents Dict Comprehension (dictcomp) Mapping Methods Other Mapping Types Building Custome Mappings (UserDict) Immutable Mappings Dictionary views Set Hash Table, Index Collision dict 타입은 여러 어플리케이션에서 널리 사용될 뿐만 아니라 파이썬의 핵심이기도 합니다. 모듈 네임스페이스, 클래스 및 인스턴스 속성, 함수의 키워드 인수 등 핵심 부분에서 딕셔너리(dictionary)가 사용되고 있습니다. build-in 함수는 모두 __buildints__.__dict__에 들어 있습니다. 이처럼 중요한 역할을 담당하고 .. 2022. 3. 13. 이전 1 다음