- Notifications
You must be signed in to change notification settings - Fork478
4GeeksAcademy/interacting-with-api-python-project-tutorial
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- Create a Spotify developer application using the Spotify Developer Portal.
- Connect with the Spotify API.
- Retrieve and download data from the Spotify API.
- Create a Python Pandas dataframe for easier manipulation of the data.
- Save the data to an SQL database.
Follow the instructions below:
- Create a new repository by forking theGit project orby clicking here.
- Open the newly created repository in Codespace using theCodespace button extension.
- Once the Codespace VSCode has finished opening, start your project by following the instructions below.
Read the
./INSTRUCTIONS.es.md
file to learn the detailed steps of the project.Develop your solution in
./src/explore.ipynb
. When you are in the./src/explore.ipynb
file, make sure toselect the appropriate kernel. Upon opening the notebook, a message will appear at the top indicating"Select Kernel". Click on"Select Kernel" (as shown in the image).A list with available options will be displayed. Select"Python Environments" and choose the Python version you want to use. Make sure to select the version specified in the
devcontainer.json
file, as this is the recommended one for the project.Transfer the clean code to
./src/app.py
once you have finished testing.Delete
./src/explore.ipynb
after ensuring you no longer need it. This will keep the project clean and organized.
Follow these steps and proceed with the project in a structured manner! 🚀
Note: We also incorporated the solution samples on ./src/solution.ipynb that we strongly suggest you only use if you are stuck for more than 30 min or if you have already finished and want to compare it with your approach.
Once you have finished solving the exercises, be sure to commit your changes,push
them to your repository, and go to 4Geeks.com to upload the repository link.
About
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.