Python 标准库——collections(下)

一、namedtuple

这里写图片描述


二、OrderedDict

这里写图片描述


三、deque

这里写图片描述

这里写图片描述


参考

[1] https://pymotw.com/2/collections/index.html#module-collectios
[2] https://docs.python.org/2.7/library/collections.html#module-collections

发布了27 篇原创文章 · 获赞 4 · 访问量 3万+

猜你喜欢

转载自blog.csdn.net/caiguoxiong0101/article/details/48596349