码迷,mamicode.com
首页 > 编程语言 > 详细

Python - Collections系列

时间:2018-02-20 15:57:18      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:.net   队列   ict   body   default   默认   art   port   post   

collections的常用类型有:

计数器(Counter)

双向队列(deque)

默认字典(defaultdict)

有序字典(OrderedDict)

可命名元组(namedtuple)

使用以上类型时需要导入模块 from collections import *

详见http://blog.csdn.net/songfreeman/article/details/50502194

Python - Collections系列

标签:.net   队列   ict   body   default   默认   art   port   post   

原文地址:https://www.cnblogs.com/imageSet/p/8455266.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!