Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
A simple Python script that fulfills the requirements you provided using the requests BeautifulSoup matplotlib and pandas libraries Make sure to insta...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started