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.

By Carlos A. Toruño P.

November 17, 2022

A very brief introduction to Web Scraping

Web Scraping is a increasingly popular tool to gather information. In this article, I go through the very basics to understand what is it and how does it work.

By Carlos A. Toruño P.

November 10, 2022