Web Scraping

Web Scraping using Selenium

In the third part of this series, I use the Selenium library to locate web elements and extract information from dynamic web sites.

Web Scraping using Requests and Beautiful Soup

Web Scraping is an increasingly popular tool to gather information from the web. In the second part of this series, I use the requests and BeautifulSoup Python libraries to extract information from a website.