Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge: Find All | Beautiful Soup: Part II
Web Scraping with Python

Challenge: Find AllChallenge: Find All

Завдання

In this task, you will work with the following page.

  1. Print the first <div> tag using the function .find() of the object soup.
  2. Print the instances of <p> tags where the id attributes are equal to "id0" using the function .find_all() of the soup object.

Все було зрозуміло?

Секція 3. Розділ 6
toggle bottom row
course content

Зміст курсу

Web Scraping with Python

Challenge: Find AllChallenge: Find All

Завдання

In this task, you will work with the following page.

  1. Print the first <div> tag using the function .find() of the object soup.
  2. Print the instances of <p> tags where the id attributes are equal to "id0" using the function .find_all() of the soup object.

Все було зрозуміло?

Секція 3. Розділ 6
toggle bottom row
some-alt