python 数据结构 - collections系列
摘要:python中collections系列是对字典、元祖等数据结构的补充,不是python内置的,在使用之前,需要用 import collections 导入。 在collections系列中主要有以下内容: 1. Counter(seq) Counter()继承了dict类,其中seq为可迭代对象
阅读全文
posted @ 2017-03-23 22:09
与其憧憬未来,不如把握现在
posted @ 2017-03-23 22:09
posted @ 2017-03-23 15:04
posted @ 2017-03-22 17:06
posted @ 2017-03-18 12:28
posted @ 2017-03-16 19:12
posted @ 2017-03-15 22:05