Scraping Website Using Python

5 library recommended for scraping website,

https://elitedatascience.com/python-web-scraping-libraries

Resources

  • Requests Quickstart Guide – Official documentation. Covers practical topics like passing parameters, handling responses, and configuring headers.
  • lxml Documentation – Official documentation.
  • HTML Scraping with lxml and Requests – Short and sweet tutorial on pulling a webpage with Requests and then using XPath selectors to mine the desired data. This is more beginner-friendly than the official documentation.
posted @ 2018-10-20 09:22  q4zs  阅读(158)  评论(0)    收藏  举报