概念
茨歌仙
这个作者很懒,什么都没留下…
展开
-
迭代器&生成器
转自:https://www.cnblogs.com/yuanchenqi/articles/5769491.html 一 概要 在了解Python的数据结构时,容器(container)、可迭代对象(iterable)、迭代器(iterator)、生成器(generator)、列表/集合/字典推导式(list,set,dict comprehension)众多概念参杂在一起,难免让初学者一头雾水...转载 2018-10-06 09:38:45 · 239 阅读 · 0 评论 -
常用模块
转自:https://www.cnblogs.com/alex3714/articles/5161349.html 本节大纲: 模块介绍 time &datetime模块 random os sys shutil json & picle shelve xml处理 yaml处理 configparser hashlib subprocess logging模块 re正则表达式 模块...转载 2018-10-06 15:38:03 · 141 阅读 · 0 评论