Python爬虫开发与项目实践

1.Intro

This is the code for 《Python爬虫开发与项目实践》。I'll cover most of the code mentioned in the book. For the convinence of writing code, there are some codes written in one file. So if you want to run the file, maybe you need to anotate some code. Of course, you just need to have a glance at my anotations then # some blocks of code. All of codes run successfully with Python3 on MacOS.
Also, I provided some small program for python scraping like download pictures or download some novels. You can have fun with it.

2.Content

  • Chapter 1: Basic knowledge
  • Chapter 2:

3.Suggestions and Corrections

All suggestions and corrections are warmly welcomed. If you find some mistakes or have suggestions, just open an issue in this repostitory and I will reply promptly. :)