Welcome to your first Mini Project. This repo contains tasks and answers on API calls and data JSON data processing with Python. Enjoy!!
During this mini-project, we will work with the API from Transport of London. The main goal of this project is to practice different HTTP request and extracting values from complex lists and nested dictionaries.
Register for the API service to obtain an Application ID and Key. We should append these values as parameters
app_id
andapp_key
into each URL when sending the request.
?app_id={app_id}&app_key={app_key}
should be appended to every URL in all HTTP requests. However, this API works without the app_id
and app_key
in case we can't register for some reason.
Once you have your credentials ready, go to the file
mini-project-I.ipynb
and follow the instruction in there.
Register for the API service to obtain the API Key. We will have to append this value as parameter
api_key
into each URL when sending the request.
Once we are registered, we can check the documentation of this API here.
In this part of the project, we will look for information about our favorite movie or actor. We will learn something about each other tomorrow when we present results.
There is dedicated time tomorrow to show the results to mentors and our peers. We encourage you to spend some time at the end of today to start think about that and to:
- polish your code
- think about how do you want to show the results (share screen with notebook, slides...)