Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

AssistPlanner

Assist Planner helps students plan their schedule by showing which courses for their major transfer to their planned CSUs and UCs.

Usage

getAllArtCoursesFromSendingInstitution(yearTakingClass, currentCommunityCollege, dictionaryWhereKeysAreUniversitysAndValuesIsListOfDesiredMajors, fileName)

getAllArtCoursesForReceivingInstitution(yearTakingClass, communityCollegeList, desiredUniversity, fileName)

import AssistPlanner as ap
ap.getAllArtCoursesFromSendingInstitution(2024,
                                       "Santa Monica College",
                                       {"UCB": ["Political Science, B.A."],
                                        "UCSB": ["Political Science, B.A.", "History, B.A."],
                                        "CSUS": ["Political Science, BA", "History, BA"],
                                        "CPSLO": ["POLITICAL SCIENCE, B.A.", "HISTORY, B.A."]},
                                        "articulationsFromSI.csv")

Output

image

ap.getAllArtCoursesForReceivingInstitution(2024,
                                        ["SJCC", "WVC", "MISSION", "DAC", "EVERGRN", "FOOTHILL"],
                                        "UCLA",
                                        ["Biology/B.S.", "Neuroscience/B.S."],
                                        "articulationsForRI.csv")

Output

image

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages