Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Challenge: Count Number of Images | Getting Acquainted with HTML
Web Scraping with Python
course content

Зміст курсу

Web Scraping with Python

Web Scraping with Python

1. Getting Acquainted with HTML
2. Decoding HTML with Beautiful Soup
3. Working with Element Attributes in Beautiful Soup

book
Challenge: Count Number of Images

Завдання
test

Swipe to begin your solution

You have successfully opened, read, and decoded the page. Your tasks are:

  1. Count the number of div tags within the web_page.
  2. Count the number of images (img) within the web_page.

To identify these elements, search for the strings "<div" and "<img", as elements may include attributes.

Рішення

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

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 1. Розділ 11
toggle bottom row

book
Challenge: Count Number of Images

Завдання
test

Swipe to begin your solution

You have successfully opened, read, and decoded the page. Your tasks are:

  1. Count the number of div tags within the web_page.
  2. Count the number of images (img) within the web_page.

To identify these elements, search for the strings "<div" and "<img", as elements may include attributes.

Рішення

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

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 1. Розділ 11
Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
We're sorry to hear that something went wrong. What happened?
some-alt