Scraping Champlain Classes
Final Scripts:
Functions:
Function Calls and Queries:

Unsolved Script to Scrape Classes

Solved Script to Scrape Classes
Script Working

Call Script with Dot Notation

Turn Days Property into an Array
Unsolved Days Array Table

Solved Days Array Table
Call Both Scripts with Dot Notation

Making specific Queries
List all Classes taught by Furkan Paligu
Unsolved:

Solved:

List all the classes of JOYC 310 on Mondays, only display Class Code and Times. Sort by Start Time
Unsolved:

Solved:

Make a list of all the instructors that teach at least 1 course in one of the courses: SYS, NET, SEC, FOR, CSI, DAT. Sort by name and make it unique
Unsolved:

Solved:

Group all the instructors by the number of classes they are teaching, sort by the number of classes they are teaching
Unsolved:

Solved:

Last updated