摘要: ```python #!/usr/bin/env python # -*- coding: utf-8 -*- # Created by xuehz on 2017/2/24 """ 怎样从一个集合中获得最大或者最小的N个元素列表? """ # heapq模块有两个函数:nlargest() 和 nsmallest() 可以完美解决这个问题。 import heapq nums = [1, ... 阅读全文
posted @ 2017-02-24 00:39 keven0526 阅读(201) 评论(0) 推荐(0) 编辑
摘要: What is MWeb? MWeb is a Pro Markdown writing, note taking and static blog generator App. MWeb used Github Flavored Markdown syntax. Please check the MWeb official website: http://www.mweb.im introduct... 阅读全文
posted @ 2017-02-21 23:59 keven0526 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 科技工作者心理健康数据分析 http://haozhe.site 数据 统计各国 男性、女性心理健康数据分布 结果 统计各个国家 存在心理健康的平均年龄 python !/usr/bin/env python coding: utf 8 Created by xuehz on 2017/2/21 ' 阅读全文
posted @ 2017-02-21 20:23 keven0526 阅读(874) 评论(0) 推荐(0) 编辑