Skip to content

Commit 9661eb6

Browse files
committed
feat: add a nicer, higher resolution intro image
Also noted down in #1550 that we need to work on deduplicating images across the courses.
1 parent d62c4e6 commit 9661eb6

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed
Binary file not shown.
309 KB
Loading

sources/academy/webscraping/scraping_basics_python/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ import DocCardList from '@theme/DocCardList';
1414

1515
In this course we'll use Python to create an application for watching prices. It'll be able to scrape all product pages of an e-commerce website and record prices. Data from several runs of such program would be useful for seeing trends in price changes, detecting discounts, etc.
1616

17-
<!--
18-
TODO image of warehouse with some CVS or JSON exported, similar to sources/academy/webscraping/scraping_basics_javascript/images/beginners-data-collection.png, which is for some reason the same as sources/academy/webscraping/scraping_basics_javascript/images/beginners-data-extraction.png
19-
-->
20-
21-
![E-commerce listing on the left, JSON with data on the right](./images/scraping.png)
17+
![E-commerce listing on the left, JSON with data on the right](./images/scraping.webp)
2218

2319
## What you'll do
2420

0 commit comments

Comments
 (0)