python 爬虫笔记

使用python 实现一个爬虫, 大体上用到以下几个方面的内容

1  网络模块

urllib2 httplib requests

2 解析模块

lxml, html.parser, re

 

关于BeautifulSoup 介绍, 参见

https://blog.csdn.net/qq_21933615/article/details/81171951

 

posted @ 2020-02-03 22:35  myd620  阅读(113)  评论(0编辑  收藏  举报