Skip to content

Commit 381b122

Browse files
committed
feat: tidy up lessons
1 parent af8ef90 commit 381b122

File tree

9 files changed

+4
-45
lines changed

9 files changed

+4
-45
lines changed

sources/academy/webscraping/scraping_basics_python/01_devtools_inspecting.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,3 @@ https://developer.chrome.com/docs/devtools/
2121
https://firefox-dev.tools/
2222
https://developer.apple.com/documentation/safari-developer-tools/web-inspector
2323
-->
24-
25-
## Exercises
26-
27-
- One
28-
- Two
29-
- Three

sources/academy/webscraping/scraping_basics_python/02_devtools_locating_elements.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,3 @@ slug: /scraping-basics-python/devtools-locating-elements
1515
This lesson doesn't exist yet, but it's going to be similar to [Finding elements with DevTools](../scraping_basics_javascript/data_extraction/using_devtools.md).
1616

1717
:::
18-
19-
## Exercises
20-
21-
- One
22-
- Two
23-
- Three

sources/academy/webscraping/scraping_basics_python/03_devtools_extracting_data.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,3 @@ slug: /scraping-basics-python/devtools-extracting-data
1515
This lesson doesn't exist yet, but it's going to be similar to [Extracting data with DevTools](../scraping_basics_javascript/data_extraction/devtools_continued.md).
1616

1717
:::
18-
19-
## Exercises
20-
21-
- One
22-
- Two
23-
- Three

sources/academy/webscraping/scraping_basics_python/04_downloading_html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Downloading HTML with Python
33
sidebar_label: Downloading HTML
4-
description: Lesson about building a Python application for watching prices and using the HTTPX library to download HTML code of a product listing page.
4+
description: Lesson about building a Python application for watching prices. Using the HTTPX library to download HTML code of a product listing page.
55
sidebar_position: 4
66
slug: /scraping-basics-python/downloading-html
77
---

sources/academy/webscraping/scraping_basics_python/05_parsing_html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Parsing HTML with Python
33
sidebar_label: Parsing HTML
4-
description: TODO
4+
description: Lesson about building a Python application for watching prices. Using the Beautiful Soup library to parse HTML code of a product listing page.
55
sidebar_position: 5
66
slug: /scraping-basics-python/parsing-html
77
---

sources/academy/webscraping/scraping_basics_python/06_locating_elements.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,3 @@ slug: /scraping-basics-python/locating-elements
1111
This course is incomplete. As we work on adding new lessons, we would love to hear your feedback. You can comment right here under each page or [file a GitHub Issue](https://github.com/apify/apify-docs/issues) to discuss a problem.
1212

1313
:::
14-
15-
## Exercises
16-
17-
- One
18-
- Two
19-
- Three

sources/academy/webscraping/scraping_basics_python/07_extracting_data.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,3 @@ slug: /scraping-basics-python/extracting-data
1111
This course is incomplete. As we work on adding new lessons, we would love to hear your feedback. You can comment right here under each page or [file a GitHub Issue](https://github.com/apify/apify-docs/issues) to discuss a problem.
1212

1313
:::
14-
15-
## Exercises
16-
17-
- One
18-
- Two
19-
- Three

sources/academy/webscraping/scraping_basics_python/08_saving_data.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,3 @@ slug: /scraping-basics-python/saving-data
1111
This course is incomplete. As we work on adding new lessons, we would love to hear your feedback. You can comment right here under each page or [file a GitHub Issue](https://github.com/apify/apify-docs/issues) to discuss a problem.
1212

1313
:::
14-
15-
## Exercises
16-
17-
- One
18-
- Two
19-
- Three
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Crawling TODO
2+
title: Crawling websites with Python
3+
sidebar_label: Crawling websites
34
description: TODO
45
sidebar_position: 9
56
slug: /scraping-basics-python/crawling
@@ -12,9 +13,3 @@ This course is incomplete. As we work on adding new lessons, we would love to he
1213
This particular page is a placeholder for several lessons which should teach crawling.
1314

1415
:::
15-
16-
## Exercises
17-
18-
- One
19-
- Two
20-
- Three

0 commit comments

Comments
 (0)