Web Scraping With Beautiful Soup
Beautiful Soup is an excellent library for parsing a web page and building a structured representation. It allows you to access any element of the DOM by type, ID, class or any tag properties.
I use it a lot on my Data Science projects, as it allows me to create datasets from any websites. It is a tool that every good data scientist needs to know.
Read on →