Skip to content

Commit 16ea039

Browse files
committed
feat: prepare next lesson stubs
1 parent 9e0a6a1 commit 16ea039

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

sources/academy/webscraping/scraping_basics_python/12_framework.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Using a scraping framework with Python
33
sidebar_label: Using a framework
44
description: Lesson about building a Python application for watching prices. Using the Crawlee framework to simplify creating a scraper.
5-
sidebar_position: 11
5+
sidebar_position: 12
66
slug: /scraping-basics-python/framework
77
---
88

@@ -14,16 +14,12 @@ This course is incomplete. As we work on adding new lessons, we would love to he
1414

1515
<!--
1616
17-
import Exercises from './_exercises.mdx';
17+
Caveats which could be addressed in the rewrite:
1818
19-
**Blah blah.**
20-
21-
---
22-
23-
caveats:
2419
- all the info in the listing is already at the product page, so it's a bit redundant to scrape the products in the listing, we could just scrape the links
2520
26-
caveats and reasons for framework:
21+
Caveats which are reasons for framework:
22+
2723
- it's slow
2824
- logging
2925
- a lot of boilerplate code
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Using a scraping platform with Python
3+
sidebar_label: Using a platform
4+
description: Lesson about building a Python application for watching prices. Using the Apify platform to deploy a scraper.
5+
sidebar_position: 13
6+
slug: /scraping-basics-python/platform
7+
---
8+
9+
:::danger Work in progress
10+
11+
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.
12+
13+
:::

0 commit comments

Comments
 (0)