USC Course Planner

Last summer I created a Python app to simplify the process of making course plans for the next semester. It features a course bin where one can add courses and filter sections to be scheduled. The app automatically retrieves and parses course information from USC Schedule of Classes page on user request using a Beautifulsoup based scraper. The user can edit his or her preferences on the “preferences” page in terms of how he or she likes early / late courses, how much time he or she likes to have between sections, and when to have lunch / dinner breaks. The app uses a depth-first search algorithm to find the […]

Read More