[Python] collections — High-performance container datatypes
python中基础的数据结构除了str,int,float等超简单类型外,还提供了类似于C++中STL库里的一些较高级的数据结构,如tuple,list,dict和set。而collections则是Python中内建的一个集合模块,提供了一些更加高级的集合类。namedtuple (factoryfunctionforcreatingtuplesubclasseswithnamedfields)