File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sources/academy/webscraping/scraping_basics_python Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Sony XBR-950G BRAVIA 4K HDR Ultra HD TV | From $1,398.00
23
23
24
24
Let's summarize what stands in our way if we want to have it in our Python program as a number:
25
25
26
- - A dollar sign preceeds the number,
26
+ - A dollar sign precedes the number,
27
27
- the number contains decimal commas for better human readability, and
28
28
- some prices start with ` From ` , which reveals there is a certain complexity in how the shop deals with prices.
29
29
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ TODO image of warehouse with some CVS or JSON exported, similar to sources/acade
32
32
- Download web pages using the HTTPX library.
33
33
- Extract data from web pages using the Beautiful Soup library.
34
34
- Save extracted data in various formats, e.g. CSV which MS Excel or Google Sheets can open
35
- - Follow links programatically (crawling).
35
+ - Follow links programmatically (crawling).
36
36
- Save time and effort with frameworks, such as Crawlee, and scraping platforms, such as Apify.
37
37
38
38
## Who this course is for
You can’t perform that action at this time.
0 commit comments