Added a file which contains a dean's list search method. Currently, it only contains searching by name, but could be easily expanded to include things like searching by major, or a boolean function to determine if a specific student is a member of the dean's list.
I've made requested changes and also improved on it slightly by adding the search_all_pages method, which gives all search results, not just those on the initial search results page.
Added a file which contains a dean's list search method. Currently, it only contains searching by name, but could be easily expanded to include things like searching by major, or a boolean function to determine if a specific student is a member of the dean's list.