Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 580 Bytes

File metadata and controls

16 lines (16 loc) · 580 Bytes

webscrape_directedGraph

Description

Webscrape university website to obtain info on course pre-requisites. Use this info to build a HTML Table w/ Course Title, Course hours, Prerequisites. Then create a directed graph of all courses by course prereq.

Language

  • Python
  • HTML

Required Libraries

  • requests
  • webbrowser
  • BeautifulSoup
  • networkx
  • matplotlib

Graph Image

image

HTML Table

image