Web Scraping with Python (bs4)
This workshop explores a Python library that allows users to work with and analyze web-based data. The Beautiful Soup (bs4) python library enables users to pull data out of web pages made of HTML and XML. They can then use bs4 to search, categorize, and structure HTML and XML documents. Bs4 is relatively lightweight and …