Python标准库之collections包的使用教程 前言Python为我们提供了4种基本的数据结构:list,tuple,dict,set,但是在处理数据量较大的情形 python中collections