Python学习之Collections
                
                Python实战 Collections
            
            
            写代码的时候,Collections包算是常用的一个,里面的有一些数据结构还是非常好用的,本篇总结一下Collections包的常用内容,包含OrderedDict、deque、ChainMap、defaultdict、Counter等内容。
环境
| id | name | Version | 
|---|---|---|
| 1 | Python | 3.7 | 
类型
- OrderedDict:有序dict
- deque:队列
- ChainMap:链式MAP
- defaultdict:自带默认值的dict
- Counter:计数器
Python学习之Collections
      http://pygo2.top/articles/51993/