Skip to content

Webscrape website to obtain info on course pre-requisites. Use this info to build a HTML Table. Then create a directed graph by course prereq.

Notifications You must be signed in to change notification settings

Th3red/webscrape_directedGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Webscrape website to obtain info on course pre-requisites. Use this info to build a HTML Table. Then create a directed graph by course prereq.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published