Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
13 lines (10 loc) · 828 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 828 Bytes

python-crawler

崔庆才的爬虫教程写得不错。起码对我来说,入门是够了。感兴趣的朋友可以点进链接看看:Python爬虫学习系列教程

这位兄台博客做得也很好 静觅 崔庆才的个人站点

掌握了基本的爬虫知识,主要是urllib,urlib2,re 这些库,以及Request(),urlopen()的基本用法之后,我就开始寻找爬取目标www.cangshubao.net

Reference