This document is an introduction to web scraping using Python, presented at a Pyladies meetup. It covers essential considerations such as legal aspects, tools like the urllib and BeautifulSoup libraries for static scraping, and Selenium for dynamically generated content. The presentation includes examples of scraping race results from specific websites, detailing the process of locating data within HTML and handling AJAX-generated content.