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
2323
2424Let's summarize what stands in our way if we want to have it in our Python program as a number:
2525
26- - A dollar sign preceeds the number,
26+ - A dollar sign precedes the number,
2727- the number contains decimal commas for better human readability, and
2828- some prices start with ` From ` , which reveals there is a certain complexity in how the shop deals with prices.
2929
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
3232- Download web pages using the HTTPX library.
3333- Extract data from web pages using the Beautiful Soup library.
3434- 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).
3636- Save time and effort with frameworks, such as Crawlee, and scraping platforms, such as Apify.
3737
3838## Who this course is for
You can’t perform that action at this time.
0 commit comments