Skip to content

Commit d0f7942

Browse files
committed
python-tutorials-intro-update
1 parent e1fa1ba commit d0f7942

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/academy/python.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ paths:
1111

1212
This section contains various web-scraping or web-scraping related tutorials for Python. Whether you're trying to scrape from a website with sitemaps, struggling with a dynamic page, want to optimize your slow scraper, or just need some general tips for scraping in Python, this section is right for you.
1313

14-
Currently, there are no tutorials in this section, but stay tuned for future content!
14+
## First up
15+
16+
So let's get started with the [first tutorial of this section]({{@link python/scrape_data_python.md}}), where we will scrape a website using Python's Beautiful Soup library, process the data using Pandas and finally visualize the processed data using Matplotlib.

0 commit comments

Comments
 (0)