Question: i need help solving this assinment about regular expressions, PYTHON CODE Objectives: To learn part of the Python programming language and use its web scraping
i need help solving this assinment about regular expressions,
PYTHON CODE
Objectives:
To learn part of the Python programming language and use its web scraping and regular expressions libraries to extract useful information from a semistructured webpage.
The aim of this lab assignment is to apply what you learned in class about regular expressions in
parsing the UOB courses schedule from
Use the attached archived web page from UOB to perform the following tasks. The problem we
are trying to solve is: find out which rooms are available, and which are occupied during a
specific timing at Building S our College of IT
Task Load the course information into a suitable data structure in Python you choose Use
regular expressions in Python to scan the course code, course number, time slots and locations
for S Then store this information in an open format file eg csv json, etc.
Task Use Python to show a suitable graph with the timing and how many rooms are occupied,
per day, per timing slot in our building S
Task Use Python to list in each time slot which rooms in S are busy and which rooms are
empty.
Use Jupyter Notebook or Lab to document these results and submit it with the output file.
Please document your code with Markup and explain briefly what you do in each task
please provide full answear and tutorial if possible
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
