Question: Create a Python application that fulfils the following requirements: 1. Displays an interactive user menu with 5 options (0,4 p): a. Retrieve data b.
Create a Python application that fulfils the following requirements: 1. Displays an interactive user menu with 5 options (0,4 p): a. Retrieve data b. Create the graph c. Display the matrix d. Save to Excel file e. Exit 2. Option 1 will retrieve product names and product prices from a page on a specific e- commerce website allocated to you (0,8 p) a. Retrieve product names (0,3 p) b. Retrieve product prices (0,5 p) 3. Option 2 will display a bar chart showing the products and their prices (0,2) 4. Option 3 will display the matrix containing the products and their prices (0,2) 5. Option 4 will save the matrix to an excel file (0,3) 6. Option 5 will quit the application (0,1 p)
Step by Step Solution
3.34 Rating (154 Votes )
There are 3 Steps involved in it
A simple Python script that fulfills the requirements you provided using the requests BeautifulSoup matplotlib and pandas libraries Make sure to insta... View full answer
Get step-by-step solutions from verified subject matter experts
