Instead of installation instructions, which follow later for each library, we will dive right into deep water: this chapter introduces website scraping in general and the requirements we will implement throughout this book.
You may expect a thorough introduction into website scraping, but because you are reading this book I expect you already know what website scraping is and you want to learn how to do it with Python.
Therefore, I’ll just give you a glance at the topic and jump right into the depths of creating a script that scrapes websites!
Website Scraping
The need to scrape ...