Question: Performance Assessment 3.7 - Web scraping and reading PDF files Task 1 - Pseudocode Now you are going to create pseudocode for three functions: readwebpage,

Performance Assessment 3.7 - Web scraping and reading PDF files Task 1 - Pseudocode Now you are going to create pseudocode for three functions: readwebpage, parsehtml, and outputquotes along with the main program. These functions should work together to read, write and append a line onto a file. Let's start with the pseudocode Function readwebpage End. Function parsehtml End. Function outputquotes End. Program Main End. Deliverables for Task 1 Pseudocode to read in and write out data to a file Task 2 - Writing the program for webscraping Write a program to read in a web page, process the data, and write out the quotes to the screen called _PA32 that will scrape the webpage https://quotes.toscrape.com/page/2/ onto your program screen. Make sure to include your student id in the first print statement of the program and output the parsed quotes with their authors. Create a function named readwebpage which opens the url https://quotes.toscrape.com/page/2/, parses the data using a second function and then outputs the quotes and authors using a third function. Take a screenshot of your completed program and another screen shot of your output. Be sure to show the title bar on the code window, and show the VCASTLE system time and date in the lower right. Please save the code in your VCASTLE Pod for Instructor review

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!