Web Scraping in Python: Beautiful Soup, Selenium, or Scrapy?
Find the best web scraping tool for your project.
Hi!
In the previous post we’ve seen the easiest way to web scrape with Python and now it’s time to see traditional and more robust tools. There are different tools and, in this article, we’ll see what’s the most convenient for your project.
I’m preparing some tutorials with these web scraping libraries. These tutorials aren’t included in my course, so sta…