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
course content

Зміст курсу

Web Scraping with Python

Web Scraping with Python

1. Getting Acquainted with HTML
2. Beautiful Soup: Part I
3. Beautiful Soup: Part II

Challenge: 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.

Завдання

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

Challenge: 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.

Завдання

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

Challenge: 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.

Завдання

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.

Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів

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

Завдання

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
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
We're sorry to hear that something went wrong. What happened?
some-alt