Skip to content

Commit 4cc7214

Browse files
committed
Updating the course repository with the new modules
1 parent 6753814 commit 4cc7214

8 files changed

+3525
-1
lines changed

Course/.DS_Store

0 Bytes
Binary file not shown.
Binary file not shown.

Course/13_asychronous_web_scraping/.ipynb_checkpoints/asynchronous-web-scraping-with-aiohttp-and-asyncio-Copy1-checkpoint.ipynb

Lines changed: 531 additions & 0 deletions
Large diffs are not rendered by default.

Course/13_asychronous_web_scraping/.ipynb_checkpoints/asynchronous-web-scraping-with-aiohttp-and-asyncio-starter-code-checkpoint.ipynb

Lines changed: 531 additions & 0 deletions
Large diffs are not rendered by default.

Course/13_asychronous_web_scraping/asynchronous-web-scraping-with-aiohttp-and-asyncio-starter-code.ipynb

Lines changed: 1625 additions & 0 deletions
Large diffs are not rendered by default.

Course/14_how_find_all_sitemap.xml_files/.ipynb_checkpoints/how-to-find-all-sitemap.xml-files-in-python-checkpoint.ipynb

Lines changed: 418 additions & 0 deletions
Large diffs are not rendered by default.

Course/14_how_find_all_sitemap.xml_files/how-to-find-all-sitemap.xml-files-in-python.ipynb

Lines changed: 418 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ You can also find the YouTube content on the two following channels:
5757
## Web Scraping
5858

5959
12. [Web Scraping With Beautiful Soup](https://github.com/jamesaphoenix/Python_For_SEO/tree/master/Course/12_web_scraping_with_python_and_beautifulsoup)
60-
<!-- 13. [How To Create A Asychronous Web Scraper In Python Using Aiohttp + Asyncio](#)
60+
13. [How To Create A Asychronous Web Scraper In Python Using Aiohttp + Asyncio](https://github.com/jamesaphoenix/Python_For_SEO/tree/master/Course/13_asychronous_web_scraping)
61+
<!--
6162
14. [How To Easily Find All Of The Sitemap.xml Files On A Website](#)
6263
15. [Web Scraping Pages From Sitemap.xml Files](#)
6364
16. [How To Extract Text Content + HTML From Pages At Scale](#)

0 commit comments

Comments
 (0)