File tree Expand file tree Collapse file tree 3 files changed +11
-15
lines changed
Course/11_cloud_crawling_with_screaming_frog Expand file tree Collapse file tree 3 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 1
1
Course /11_data_wrangling_screaming_frog /src /test_data /*
2
2
Course /11_data_wrangling_screaming_frog /src /service_account_credentials /*
3
+ Course /in_progress_modules /data_wrangling_screaming_frog /src /test_data /*
4
+ Course /in_progress_modules /data_wrangling_screaming_frog /src /service_account_credentials /*
Original file line number Diff line number Diff line change 219
219
" "
220
220
]
221
221
},
222
- {
223
- "cell_type" : " markdown" ,
224
- "metadata" : {},
225
- "source" : [
226
- " ------------------------------------------------------------------------------------"
227
- ]
228
- },
229
222
{
230
223
"cell_type" : " markdown" ,
231
224
"metadata" : {},
Original file line number Diff line number Diff line change @@ -56,17 +56,18 @@ You can also find the YouTube content on the two following channels:
56
56
57
57
## Web Scraping
58
58
59
- 12 . [ How To Create A Asychronous Web Scraper In Python Using Aiohttp + Asyncio] ( # )
60
- 13 . [ How To Easily Find All Of The Sitemap.xml Files On A Website] ( # )
61
- 14 . [ Web Scraping Pages From Sitemap.xml Files] ( # )
62
- 15 . [ How To Extract Text Content + HTML From Pages At Scale] ( # )
59
+ 12 . [ Web Scraping With Beautiful Soup] ( # )
60
+ 13 . [ How To Create A Asychronous Web Scraper In Python Using Aiohttp + Asyncio] ( # )
61
+ 14 . [ How To Easily Find All Of The Sitemap.xml Files On A Website] ( # )
62
+ 15 . [ Web Scraping Pages From Sitemap.xml Files] ( # )
63
+ 16 . [ How To Extract Text Content + HTML From Pages At Scale] ( # )
63
64
64
65
## NLP
65
66
66
- 16 . [ How To Identify All Of The Entities On A HTML Page - Googles NLP API] ( # )
67
- 17 . [ How To Extract Semantic Synonyms / Keywords To Enrich Your HTML Pages] ( # )
68
- 18 . [ Named Entity Linking - How To Build A Knowledge Graph] ( # )
69
- 19 . [ Sentiment Analysis of HTML Pages + Finding Pages with Poor Readability Scores] ( # )
67
+ 17 . [ How To Identify All Of The Entities On A HTML Page - Googles NLP API] ( # )
68
+ 18 . [ How To Extract Semantic Synonyms / Keywords To Enrich Your HTML Pages] ( # )
69
+ 19 . [ Named Entity Linking - How To Build A Knowledge Graph] ( # )
70
+ 20 . [ Sentiment Analysis of HTML Pages + Finding Pages with Poor Readability Scores] ( # )
70
71
71
72
72
73
You can’t perform that action at this time.
0 commit comments