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.

By Carlos A. Toruño P.

December 9, 2022

The Data Viz process

Coming up with the almost perfect visualization for your data is not easy task. In this post, I go through my Data Visualization process as part of my daily routine.

By Carlos A. Toruño P.

November 24, 2022

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