Web Scraping

Description

Web scraping is a term used to describe the process of downloading and extracting structured data from the web using a program or algorithm. It's a useful skill to have when you need to extract data from a website that does not have a public API.

The tutorials and articles on TestDriven.io teach how to leverage parallelism and concurrency in order to speed up web scrapers that scrape large amounts of data.

Latest Posts (2)

Featured Course

Developing a Real-Time Taxi App with Django Channels and React

Learn how to create a ride-sharing app with Django Channels, React, and Docker. Along the way, you'll learn to manage client/server communication with Django Channels and WebSockets, develop a front-end with React, build a RESTful API with Django REST Framework, and test your application using the Cypress testing framework.

Featured Course

Developing a Real-Time Taxi App with Django Channels and React

Learn how to create a ride-sharing app with Django Channels, React, and Docker. Along the way, you'll learn to manage client/server communication with Django Channels and WebSockets, develop a front-end with React, build a RESTful API with Django REST Framework, and test your application using the Cypress testing framework.