Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions