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

Conteúdo do Curso

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

Tarefa

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.

Tarefa

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.

Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo

Tudo estava claro?

Seção 3. Capítulo 6
toggle bottom row

Challenge: Find All

Tarefa

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.

Tarefa

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.

Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo

Tudo estava claro?

Seção 3. Capítulo 6
toggle bottom row

Challenge: Find All

Tarefa

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.

Tarefa

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.

Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo

Tudo estava claro?

Tarefa

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.

Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Seção 3. Capítulo 6
Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
We're sorry to hear that something went wrong. What happened?
some-alt