Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Share Post: Reddit Facebook
Giveaway [Udemy] Supercharged Web Scraping with Asyncio and Python
#1
Supercharged Web Scraping with Asyncio and Python | Udemy

Quote:Requirements
30 Days of Python (or similar experience with Python)
Basic understanding of HTML is helpful
Description
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).
If you've done a lot of web scraping before but never used Python's aysncio, this course will help you better understand the fundamentals and bring your scraping game to another level.

https://www.udemy.com/course/supercharge...2C4A26874D
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Giveaway [Udemy] 300+ Python Exercises (Simple and Complex) with Algorithm baziroll 0 488 02-17-2022 , 07:32 PM
Last Post: baziroll
  Giveaway [Udemy] Programming for beginners with : C++ | C# | Java | Python baziroll 0 507 11-20-2021 , 01:28 PM
Last Post: baziroll
  Giveaway [Udemy] Machine Learning A-Z with Python with Project (Beginner) baziroll 0 522 11-12-2021 , 12:55 PM
Last Post: baziroll
  Giveaway [Udemy] Data Analyst Skillpath: Zero to Hero in Excel, SQL & Python baziroll 1 594 10-25-2021 , 08:16 PM
Last Post: vietnamrum
  Giveaway [Udemy] RA: Retail Management, Analytics with Excel & Python. baziroll 0 671 10-16-2021 , 07:39 PM
Last Post: baziroll

Forum Jump:


Users browsing this thread: 1 Guest(s)