Skip to content

Commit 47ea6d9

Browse files
authored
Update advanced-1.md
1 parent c2d682c commit 47ea6d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

advanced-1.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ print(merged_df.head())
106106

107107
Scraping Data from Web Pages with BeautifulSoup
108108

109-
Using BeautifulSoup to scrape data from web pages for analysis.
109+
### Using BeautifulSoup to scrape data from web pages for analysis.
110+
maybe usefull? [Python-XPath Tutorial](https://github.com/VolkanSah/Python-XPath-Tutorial) | [JavaScript-XPath Tutorial](https://github.com/VolkanSah/JavaScript-XPath-Tutorial)
110111

111112
```python
112113
import requests

0 commit comments

Comments
 (0)