An open API service indexing awesome lists of open source software.

https://github.com/kmohamedalie/itunes_api-for-datascience

🍎 iTunes API for DataScience
https://github.com/kmohamedalie/itunes_api-for-datascience

itunes-api python

Last synced: 8 months ago
JSON representation

🍎 iTunes API for DataScience

Awesome Lists containing this project

README

          

# APIs for Datascience
Part of [356datascience complete Data Analyst Training](https://www.udemy.com/course/the-data-analyst-course-complete-data-analyst-bootcamp/learn/lecture/22842385#overview), learning how to extract data using APIs.

**APIs**: API is the acronym for Application Programming Interface, which is a software
intermediary that allows two applications to talk to each other. Each time you
use an app like Facebook, send an instant message, or check the weather on your
phone, you're using an API. For more on APIs check [API - Wikipedia ](https://en.wikipedia.org/wiki/API).

**[GET and POST Requests](https://www.w3schools.com/tags/ref_httpmethods.asp)**: GET is used to request data from a specified resource. POST is used to send data to a server to create/update a resource.

**[JSON](https://www.w3schools.com/js/js_json_intro.asp)**: Stands for JavaScript Object Notation, a text format for storing and transporting data.

**[iTunes API](https://performance-partners.apple.com/search-api)**