首页 > 编程语言 > 详细

python time模块 sys模块 collections模块

时间:2017-09-12 14:39:19      阅读:150      评论:0      收藏:0      [点我收藏+]

一 collections模块

  collections模块在内置的数据类型,比如:int、str、list、dict等基础之上额外提供了几种数据类型。

  参考博客  

   http://www.pythoner.com/205.html

二 time模块

  在Python中共有三种表达方式:1)timestamp 时间戳 2)tuple或者struct_time3)格式化字符串。

  三者的转换关系示意图

  技术分享

 

python time模块 sys模块 collections模块

原文:http://www.cnblogs.com/654321cc/p/7509707.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!