forked from rieuse/learnPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# learnPython | ||
> 这些都是我平时写的爬虫记录和使用的一些示例,希望看到的同学一起学习一起交流。 | ||
* [Python爬虫日记系列](https://github.com/rieuse/learnPython/tree/master/Python%E7%88%AC%E8%99%AB%E6%97%A5%E8%AE%B0%E7%B3%BB%E5%88%97):是我学Python学的爬虫,而且爬虫的思路和讲解都放到了我的简书和博客中了,适合初学者学习。 | ||
* [Python爬虫小的demo](https://github.com/rieuse/learnPython/tree/master/Python%E7%88%AC%E8%99%AB%E5%B0%8F%E7%9A%84demo):一些小的爬虫demo,用来练手和做更好的爬虫做准备。 | ||
* [Python基础代码](https://github.com/rieuse/learnPython/tree/master/Python%E5%9F%BA%E7%A1%80%E4%BB%A3%E7%A0%81):一些初学Python的时候写的代码,还有一些小技巧记录一下。 | ||
* [Python算法](https://github.com/rieuse/learnPython/tree/master/Python%E7%AE%97%E6%B3%95):学习Python算法的时候练习的代码,后续会多多练习,暂时时间还不够,暑假时间充足。 | ||
* [Python各种模块使用](https://github.com/rieuse/learnPython/tree/master/Python%E5%90%84%E7%A7%8D%E6%A8%A1%E5%9D%97%E4%BD%BF%E7%94%A8):一些python有关的模块使用示例 | ||
* [Python算法学习](https://github.com/rieuse/learnPython/tree/master/Python%E7%AE%97%E6%B3%95):学习Python算法的时候练习的代码,后续会多多练习,暂时时间还不够,暑假继续学习。 | ||
* [ScrapyDoutu](https://github.com/rieuse/learnPython/tree/master/ScrapyDoutu):使用Scrapy框架爬取了斗图网站的最新表情图片 | ||
* [Python抓取喜马拉雅电台音频](https://github.com/rieuse/learnPython/tree/master/Python%E6%8A%93%E5%8F%96%E5%96%9C%E9%A9%AC%E6%8B%89%E9%9B%85%E7%94%B5%E5%8F%B0%E9%9F%B3%E9%A2%91):Python爬虫:大规模爬取喜马拉雅电台详细音频数据,一个普通获取,一个异步获取。 | ||
* [Python科学计算基础](https://github.com/rieuse/learnPython/tree/master/Python%E7%A7%91%E5%AD%A6%E8%AE%A1%E7%AE%97%E5%9F%BA%E7%A1%80):Python科学计算相关模块学习使用。 | ||
#### 我的微信帐号:r**ieuse** | ||
#### 我的博客地址:**http://bulolo.cn** | ||
#### 我的 QQ 地址:[QQ和我交流,一起学习进步](http://wpa.qq.com/msgrd?v=3&uin=553704903&site=qq&menu=yes) | ||
#### 我的简书地址:**http://www.jianshu.com/u/28fbebb6ac57** |