随笔 - 785  文章 - 16 评论 - 39 阅读 - 166万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

06 2016 档案
使用matplotlib的示例:调整字体-设置刻度、坐标、colormap和colorbar等
摘要:使用matplotlib的示例:调整字体-设置刻度、坐标、colormap和colorbar等 使用matplotlib的示例:调整字体-设置刻度、坐标、colormap和colorbar等 2013-08-09 19:04 27805人阅读 评论(1) 收藏 举报 2013-08-09 19:04 阅读全文
posted @ 2016-06-07 16:52 qqhfeng16 阅读(29262) 评论(0) 推荐(0) 编辑
如何判断python的数据类型,用type函数
摘要:用 type 函数 In [29]: type(dataset) Out[29]: list 查询list的行数 In [38]: len(dataset) In [39]: Out[38]: 3691 阅读全文
posted @ 2016-06-07 16:39 qqhfeng16 阅读(19600) 评论(0) 推荐(0) 编辑
Python 标准库 -> Pprint 模块 -> 用于打印 Python 数据结构
摘要:使用 pprint 模块 pprint 模块( pretty printer ) 用于打印 Python 数据结构. 当你在命令行下打印特定数据结构时你会发现它很有用(输出格式比较整齐, 便于阅读). import pprintdata = ( "this is a string", [1, 2, 阅读全文
posted @ 2016-06-07 14:59 qqhfeng16 阅读(524) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示