Web scraping is simply automatically opening up any website and grabbing the data you find important on that website. It’s fundamental to the internet, search engines, Data Science, automation, machine learning, and much more.
Opening websites and extracting data are only part of what makes web scraping great. It’s the parsing of the data that’s where the value is.
This project will cover:
Basic web scraping with Python
Web scraping with Selenium
Sync vs Async
Asynchronous Web scraping with Asyncio
But why asynchronous code? What is it? How does it benefit us?
Asynchrounous code is a way to execute multiple functions basically at once. It’s not actually at the exact same time but it’s close. (They actually run concurrently). This means that we can do more things in less time and, when it comes to mining or scraping data, this time saving is absolutely significant.
Imagine for a moment you’re recreating google’s search engine. You’d have to scrape trillions (if not more) web pages on a regular interval to help with the search results. Of course you’re not going to be scraping all of the trillions of pages at once but the idea is that scraping event 1,000 pages would take a very long time doing it synchronously (like using Python requests and/or just selenium).
Specification: Supercharged Web Scraping with Asyncio and Python
|
User Reviews
Be the first to review “Supercharged Web Scraping with Asyncio and Python” Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $12.99 |
---|---|
Provider | |
Duration | 3 hours |
Year | 2021 |
Level | Intermediate |
Language | English ... |
Certificate | Yes |
Quizzes | No |
$84.99 $12.99
There are no reviews yet.