Skip to content

Commit 5b5c682

Browse files
committed
Updating the gitignore file
1 parent b907052 commit 5b5c682

File tree

3 files changed

+11
-15
lines changed

3 files changed

+11
-15
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
Course/11_data_wrangling_screaming_frog/src/test_data/*
22
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/*

Course/11_cloud_crawling_with_screaming_frog/installing_screaming_frog_remote_desktop_google_cloud.ipynb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,6 @@
219219
"![waiting for ssh session](https://sempioneer.com/wp-content/uploads/2020/06/connecting-to-google-cloud-virtual-machine.png)"
220220
]
221221
},
222-
{
223-
"cell_type": "markdown",
224-
"metadata": {},
225-
"source": [
226-
"------------------------------------------------------------------------------------"
227-
]
228-
},
229222
{
230223
"cell_type": "markdown",
231224
"metadata": {},

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,18 @@ You can also find the YouTube content on the two following channels:
5656

5757
## Web Scraping
5858

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](#)
6364

6465
## NLP
6566

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](#)
7071

7172

7273

0 commit comments

Comments
 (0)