You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/academy/python.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,6 @@ paths:
11
11
12
12
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.
13
13
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