Web Scraping¶
Welcome to our two-part series dedicated to web scraping with Python! Web scraping is a fundamental technique for extracting data from web pages, which can be used in a wide range of applications, from gathering information for research and market analysis to creating datasets for training artificial intelligence models. In these two sessions, we will guide you through a journey that will teach you the fundamentals of web scraping using the Python programming language.
Structure of the series¶
- Introduction to web scraping and usage of Beautiful Soup and requests
- Advanced scraping with Selenium and Scrapy