diff --git a/README.md b/README.md index 1372731..7ededdb 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/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/) diff --git a/authors.md b/authors.md index cca015a..01a683c 100644 --- a/authors.md +++ b/authors.md @@ -47,3 +47,4 @@ * Karlijn Willems * Vitaly Pavlenko * Thawsitt Naing +* Zack Whitman