kearney

自学还没成才的python猿

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

06 2017 档案

摘要:http://siroh.blog.sohu.com/274593310.html 阅读全文
posted @ 2017-06-27 16:45 Gino森 阅读(8455) 评论(0) 推荐(0)

摘要:http://www.lfd.uci.edu/~gohlke/pythonlibs/ ctrl+F搜索下载openpyxl,下载后安装即可 阅读全文
posted @ 2017-06-27 10:51 Gino森 阅读(33115) 评论(0) 推荐(1)

摘要:老D google-hosts Python爬虫之一:十几行代码下载王者荣耀224个皮肤 python遍历文件夹下的文件 生成词云之python中WordCloud包的用法 pip --upgrade批量更新过期的python库 opencc安装问题及解决: Python - 安装opencc Im 阅读全文
posted @ 2017-06-20 18:41 Gino森 阅读(180) 评论(0) 推荐(0)

摘要:#剪刀、石头、布 import random guess_list = ["石头", "剪刀", "布"] win_combination = [["布", "石头"], ["石头", "剪刀"], ["剪刀", "布"]] while True: people = input('请输入:石头,剪刀,布\n').strip() computer = random.choic... 阅读全文
posted @ 2017-06-13 18:06 Gino森 阅读(717) 评论(0) 推荐(0)

摘要:题目: a,b,c,d 4名为犯罪嫌疑人,有一名是小偷,其中3个人说的是实话,一个人说的是假话,编程推断谁是小偷。 a说我不是小偷 b说c是小偷 c说小偷肯定是d d说c胡说! 阅读全文
posted @ 2017-06-13 16:25 Gino森 阅读(835) 评论(0) 推荐(0)

摘要:# coding:utf-8 with open('dist_1.txt','r',encoding= 'utf-8') as f1,open('dist_2.txt','w',encoding= 'utf-8') as f2: i=0 for line in f1: i+=1 if i%10==0: ... 阅读全文
posted @ 2017-06-13 14:47 Gino森 阅读(251) 评论(0) 推荐(0)

摘要:python 解决eclipse Pydev中import时报错Unresolved import requests的方法 如何下载和安装pywin32(亲测有效) github汉化 跟着黄哥学python google 如何使用谷歌 阅读全文
posted @ 2017-06-07 17:29 Gino森 阅读(199) 评论(0) 推荐(0)