
python
文章平均质量分 67
Zach_z
0.005
展开
-
用python的turtle模块给女票画个小心心
晚上自习无聊正好拿自己的平板电脑用python写了个小程序,运用turtle模块画一个小心心,并在心上画女票名字的首字母缩写,单纯只为红颜一笑。代码贴出来,很简单import turtleimport timedef liujia(): for i in range (200): turtle.right(1) turtle.forward(1)t原创 2017-03-27 16:47:23 · 20384 阅读 · 19 评论 -
Python---Maplotlib数据展示库
matplotlib库python原创 2017-11-23 10:50:51 · 2425 阅读 · 0 评论 -
Python---Numpy科学计算库的使用
PythonNumpy库原创 2017-11-21 00:35:19 · 3889 阅读 · 0 评论 -
Python——编码转换
python编码转换原创 2017-09-11 21:04:54 · 1293 阅读 · 0 评论 -
Pillow库的使用+图片转字符串
Pillowpython图片转字符串原创 2017-08-19 02:22:59 · 2912 阅读 · 0 评论 -
Python--命令行解析库argparse的使用
argparse库命令行解析python原创 2017-08-16 22:18:57 · 1579 阅读 · 0 评论 -
Python--校园网开机登陆+断网检测+自动重连
python校园网连接timerequestsre原创 2017-06-13 22:33:17 · 8635 阅读 · 1 评论 -
python——爬虫学习——Scrapy爬虫框架入门-(6)
Scrapypython爬虫原创 2017-06-02 01:18:11 · 1515 阅读 · 0 评论 -
python——爬虫学习——基于bs4库的HTML内容查找方法-(3)
python爬虫原创 2017-04-27 13:57:38 · 1383 阅读 · 0 评论 -
python——爬虫学习——爬取淘宝搜索结果-(5)
python爬虫原创 2017-04-29 15:09:35 · 4730 阅读 · 2 评论 -
python——爬虫学习——requests库的使用-(1)
python-爬虫学习-requests库原创 2017-04-05 15:37:30 · 1268 阅读 · 0 评论 -
python——爬虫学习——正则表达式与Re库-(4)
正则表达式原创 2017-04-28 09:54:31 · 712 阅读 · 0 评论 -
python——爬虫学习——Beautiful Soup库的使用-(2)
python爬虫Beautiful Soup库原创 2017-04-17 19:54:49 · 1124 阅读 · 0 评论 -
Python爬虫---爬取股票信息
python爬虫原创 2018-02-11 01:47:53 · 5011 阅读 · 0 评论