Scraping a Web Page
This is web scraping of the Belleveue University Data Science Masters page. In this project, I scrape the required classes from the university external site on order to demonstrate how to extract data. From here, the data can be loaded into any desired format: CSV, JSON, DataFrame, ETC.
The Data
The data is the course number, name, and how many credits.
Requirements
Python 3.6 Powerpoint
Python Libraries
- BeautifulSoup
- urlopen
- urllib
- requests
- lxml
- time