Question: We'll be usehttp://example.comfor this exercise. please use python Jupyter notebook to finsh this. 1. Use requests library to get the content of webpagehttp://example.com Use BeautifulSoup

We'll be usehttp://example.comfor this exercise. please use python Jupyter notebook to finsh this.

1. Use requests library to get the content of webpagehttp://example.com

  • Use BeautifulSoup to parse the page content, name itpage1
  • Display theportion of the content
  • Print the first plain text you find on this page (the text of the first

    tag)

  • Find all the hyper links in the page and store them in a variable,page_links

2. Get the URL of the first link