Making Our Own Application with Beautiful Soup
In this tutorial, we are going to make a simple application that scrapes the course homepage, and counts the number of times 112 is found on the page. To do this, we're going to cover how websites work under the hood, and use functions from BeautifulSoup to get our content.