Reference no: EM132244742
Assignment -
In this assignment, you will write one Python notebook to create required outputs. Sample outputs are attached. You will also participate in module 4 forum discussion.
In all your programs, use markdown cells and be creative of summarizing/commenting your notebooks. You will also add detailed comments in your Python code (using "#" or triple quote signs)
Notebook 1: Web Data Scraper
Watch the lecture videos and continue working on the project of obtaining vulnerability data.
Videos 5 and 7 describe the requirements.
Requirement 1: Let user define a search time frame, severity level, and search words to find the corresponded vulnerabilities listed on the table.
Requirement 2: Look through the first 100 vulnerability descriptions and list all the vulnerabilities whose descriptions contains the search term. The output should contain the date, vulnerability name, link to the description page, and the row number of the vulnerability. (Follow the format of the sample output).
Attachment:- Assignment Files.rar