From c81657e8305eb1387298c075904214b29410146a Mon Sep 17 00:00:00 2001 From: Umut Sagir <49876701+usag1r@users.noreply.github.com> Date: Sat, 23 Nov 2019 23:09:48 +0300 Subject: [PATCH 1/4] Update authors.md Added new name to the authors list --- authors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/authors.md b/authors.md index cca015a..cdd228b 100644 --- a/authors.md +++ b/authors.md @@ -47,3 +47,4 @@ * Karlijn Willems * Vitaly Pavlenko * Thawsitt Naing +* Umut Sagir From 13b017d3ad697e54e27de6d38c71874bf69068a1 Mon Sep 17 00:00:00 2001 From: Umut Sagir <49876701+usag1r@users.noreply.github.com> Date: Sat, 23 Nov 2019 23:14:31 +0300 Subject: [PATCH 2/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1372731..d1463cb 100644 --- a/README.md +++ b/README.md @@ -357,6 +357,7 @@ ### API and Web Services * [How to access various web services in python](http://www.pythonforbeginners.com/python-on-the-web/how-to-access-various-web-services-in-python/) * [Glassdoor API](https://github.com/hackerlist/glassdoor) +* [Python API Tutorial](https://holypython.com/using-apis-with-python/) ### Scraping * [Web Scraping with BeautifulSoup](http://www.pythonforbeginners.com/python-on-the-web/web-scraping-with-beautifulsoup/) From 10adf94a2755905ccb528b52c7f9f22a9d5c8951 Mon Sep 17 00:00:00 2001 From: Umut Sagir <49876701+usag1r@users.noreply.github.com> Date: Tue, 27 Oct 2020 00:37:03 +0300 Subject: [PATCH 3/4] Update authors.md --- authors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authors.md b/authors.md index cdd228b..01a683c 100644 --- a/authors.md +++ b/authors.md @@ -47,4 +47,4 @@ * Karlijn Willems * Vitaly Pavlenko * Thawsitt Naing -* Umut Sagir +* Zack Whitman From ce7feda769c75bca967ac4608b2954ae78ea413b Mon Sep 17 00:00:00 2001 From: Umut Sagir <49876701+usag1r@users.noreply.github.com> Date: Tue, 27 Oct 2020 00:39:58 +0300 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1463cb..7ededdb 100644 --- a/README.md +++ b/README.md @@ -357,7 +357,7 @@ ### API and Web Services * [How to access various web services in python](http://www.pythonforbeginners.com/python-on-the-web/how-to-access-various-web-services-in-python/) * [Glassdoor API](https://github.com/hackerlist/glassdoor) -* [Python API Tutorial](https://holypython.com/using-apis-with-python/) +* [Python API Tutorial](https://holypython.com/advanced-python-lessons/lesson-7-apis-with-python/) ### Scraping * [Web Scraping with BeautifulSoup](http://www.pythonforbeginners.com/python-on-the-web/web-scraping-with-beautifulsoup/)