本文记录《Python Tricks: The Book》的第五章“Common Data Structures in Python”的学习心得,重点对ChainMap、MappingProxyType、deque、PriorityQueue等不常使用的容器类以及heapq模块进行介绍,并通过示例说明这些容器的特点。
本文记录《Python Tricks: The Book》的第五章“Common Data Structures in Python”的学习心得,重点对ChainMap、MappingProxyType、deque、PriorityQueue等不常使用的容器类以及heapq模块进行介绍,并通过示例说明这些容器的特点。