From the course: Web Scraping with Python

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

How the internet works: A brief summary

How the internet works: A brief summary - Python Tutorial

From the course: Web Scraping with Python

Start my 1-month free trial

How the internet works: A brief summary

- [Instructor] How the Internet Works. So this is going to be a very brief summary, don't worry. So it's difficult to learn to drive a car if you've never experienced the concept of roads before. Right? Similarly, it's difficult to learn to scrape the web, if you don't have at least a basic understanding of how the internet works. There are lots and lots of things that can go wrong with web scrapers. And these things are influenced by the different layers of the internet that we're going to be talking about. For example, if you made a programming mistake, the web server might say, hey, that request doesn't make any sense to me, or your own client may not know how to direct the request, or maybe your computers ethernet was unplugged. So that's going to look like a very different error, right? Maybe your router can't reach the web server, or maybe the other web server is blocking your IP address. This can be very difficult to…

Contents