- 基于Python3.6 使用到的模块:urllib、bs4、http.cookiejar、urllib.parse、string、re
- 2018年01月07日 测试正常
- 课程链接:Python开发简单爬虫
- test目录下为5和6章节模块讲解用到的Python3代码。
- baike_spider目录下为第7章爬取百度百科Python相关词条实战演练的Python3代码,为节省时间将数量减少到了100个。
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
跟着慕课网"Python开发简单爬虫"课程写的代码,基于Python3.6