Parse section information
Closed this issue · 0 comments
kunwar45 commented
Take in the subject title, and return a dictionary with four keys, faculty
, course_code
, section
, tut_id
.
*could change in future.
Example:
would become:
{
"faculty": "COMP",
"course_code": "1805",
"section": "A",
"tut_id": "2"
}