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
- Host: GitHub
- URL: https://github.com/kmohamedalie/itunes_api-for-datascience
- Owner: Kmohamedalie
- Created: 2024-05-10T13:25:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-10T16:17:40.000Z (over 1 year ago)
- Last Synced: 2025-01-02T15:31:30.750Z (9 months ago)
- Topics: itunes-api, python
- Language: Jupyter Notebook
- Homepage:
- Size: 476 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)**