Skip to content

rskwan/ucbgrades

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

ucbgrades

Code for scraping grade distributions from UC Berkeley's ScheduleBuilder and analyzing it.

Requirements

The project requires Python 2.6 or 2.7 (untested with other versions), as well as several Python packages, including BeautifulSoup, Requests, SQLAlchemy, and PyExecJS (which will require a JavaScript runtime).

Usage

python run.py will run the scrapers, populate a SQLite3 database grades.db, and output department course averages to dept_avgs.csv. plots/plots.R will generate some histograms and a density overlay plot once the path to the CSV file is changed inside the script.

About

Scraping and analyzing grade distributions from UC Berkeley's ScheduleBuilder.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published