Question: Write a program to read in a web page, process the data, and write out the quotes to the screen called _PA32 that will
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 the outputs the quotes and authors using a 3rd function. Take a screenshot of your completed program and another of your output. Deliverables for Task 2 Screenshot of your completed program and the output Task 3 - Writing the program to read PDFs Write a program to pull text information from a PDF document including 2 functions. Pull the data data from the pdf file USCensus.pdf into a text file called USCensus_Output.txt. Take a screenshot of your completed program and another of your output. Deliverables for Task 3 Screenshot of your completed program and the output
Step by Step Solution
3.48 Rating (161 Votes )
There are 3 Steps involved in it
Answer to Question ID 547558 The image contains instructions for two tasks scraping quotes from a web page Task 2 and reading a PDF Task 3 Below is a ... View full answer
Get step-by-step solutions from verified subject matter experts
