Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Develop a jupyter notebook that allows you enter a URL, read that related page and calculate some statistics about this webpage. 1) [2 Points) Asks

image text in transcribed
Develop a jupyter notebook that allows you enter a URL, read that related page and calculate some statistics about this webpage. 1) [2 Points) Asks the user to enter any URL for a website (webpage), read the contents of that page and prints out its: a. Size in characters (A-Z and a-z) b. Number of digits C. Number of words d. Number of emails listed in that webpage 2) [2 Points] Use the matplotlib package to draw an inline diagram within the jupyter notebook. The diagram should represent the frequency of all characters in that webpage, please ignore the difference between lowercase and uppercase letters. 3) [2 Points] Use the matplotlib package to draw an inline diagram within the jupyter notebook. The diagram should represent the frequency of all characters in that webpage; please do not ignore the difference between lowercase and uppercase letters. 4) [2 Points] Use the matplotlib package to draw an inline diagram within the jupyter notebook. The diagram should represent the frequency of all digits (0-9) that are found in that webpage. 5) [2 Points] Use the matplotlib package to draw an inline diagram within the jupyter notebook. The diagram should combine all results (statistics or simply the counting) found in #2 and #4 in one combined diagram. Note: A. This project includes a self-study about two of the useful python modules/packages; the urllib package and the matplotlib package. B. You may need to watch my video about the opening a webpage using the urllib package that is available at 1BC) and the video about the matplotlib package that is available at ( 4) and then develop your python jupyter notebook that does all of the above C. Your program should the jupyter notebook, any simple script submission will not be accepted. D. You should build a video and upload it on YouTube, this video should explain your program in your own voice; failing to do this video means your project will not be graded and you will get ZERO in the project regardless of your other materials included in the submission. E. You should include the link to your video within your jupyter notebook, failing to do so will give us the permission to ignore your submission and give you zero

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

Object Databases The Essentials

Authors: Mary E. S. Loomis

1st Edition

020156341X, 978-0201563412

More Books

Students also viewed these Databases questions