2016年12月21日
摘要: itertools模块:循环器 一,无穷循环器:count,cycle,repeat 二,函数式工具:starmap,takewhile,dropwhile 阅读全文
posted @ 2016-12-21 17:45 PingY 阅读(323) 评论(0) 推荐(0) 编辑
摘要: 输出结果为: 阅读全文
posted @ 2016-12-21 17:17 PingY 阅读(1571) 评论(0) 推荐(0) 编辑
摘要: 各个编程语言都有自己的数据类型,当python需要接受其他语言或者网络传输来交互数据的时候,需要考虑到python的数据类型与其他平台之间交互问题。而python的struct就是解决这个问题的。 struct模块常用方法: 阅读全文
posted @ 2016-12-21 16:49 PingY 阅读(435) 评论(0) 推荐(0) 编辑