You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/academy/webscraping/scraping_basics_python/04_downloading_html.md
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ description: Lesson about building a Python application for watching prices. Usi
5
5
slug: /scraping-basics-python/downloading-html
6
6
---
7
7
8
+
import TestedExercise from '@site/src/components/TestedExercise';
8
9
import Exercises from '../scraping_basics/_exercises.mdx';
9
10
10
11
**In this lesson we'll start building a Python application for watching prices. As a first step, we'll use the HTTPX library to download HTML code of a product listing page.**
0 commit comments