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 semi-structured 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 2014.
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 S40, our College of IT.
Task1. 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 S40. Then store this information in an open format file (e.g. csv, json, etc.).
Task 2. Use Python to show a suitable graph with the timing and how many rooms are occupied,
per day, per timing slot in our building S40.
Task 3. Use Python to list in each time slot which rooms in S40 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 blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!