07 2018 档案

摘要:$ source ~/anaconda3/bin/activate root $ anaconda-navigator 阅读全文
posted @ 2018-07-25 17:07 饕客 阅读(2916) 评论(0) 推荐(0)
摘要:在 ~/.bash_profile中添加 export PATH="/home/taoke/anaconda/bin:$PATH" 阅读全文
posted @ 2018-07-25 17:02 饕客 阅读(2207) 评论(0) 推荐(0)
摘要:python3 爬取全国天气信息 制作一个天气查询软件,能够查询全国范围内的天气数据。 github:https://github.com/1052687889/weatherApp 基于PyQt5编写,用urllib.request获取中央气象局的天气数据,用bs4解析。 软件截图: 基本原理: 阅读全文
posted @ 2018-07-15 12:07 饕客 阅读(225) 评论(0) 推荐(0)