摘要: 本文记录《Python Tricks: The Book》的第五章“Common Data Structures in Python”的学习心得,重点对ChainMap、MappingProxyType、deque、PriorityQueue等不常使用的容器类以及heapq模块进行介绍,并通过示例说明这些容器的特点。 阅读全文
posted @ 2022-04-25 19:42 Wan-deuk-i 阅读(313) 评论(0) 推荐(1) 编辑