4Geeks logo
4Geeks logo

Courses

Explore our extensive collection of courses designed to help you master various subjects and skills. Whether you're a beginner or an advanced learner, there's something here for everyone.

Coding Bootcamp

Learn live

Join us for our free workshops, webinars, and other events to learn more about our programs and get started on your journey to becoming a developer.

Upcoming live events

Learning library

For all the self-taught geeks out there, here is our content library with most of the learning materials we have produced throughout the years.

It makes sense to start learning by reading and watching videos about fundamentals and how things work.

Data Science and Machine Learning - 16 wks

Full-Stack Software Developer - 16w

Search from all Lessons

LoginGet Started
โ† Back to Projects

Interacting with an API using Python

Goal

4Geeks Coding Projects tutorials and exercises for people learning to code or improving their coding skills

Difficulty

beginner

Repository

Click to open

Video

Not available

Live demo

Not available

Average duration

2 hrs

Technologies

  • HTTP

  • APIs

  1. Create a Spotify developer application using the Spotify Developer Portal.
  2. Connect with the Spotify API
  3. Retrieve and download data from the Spotify API.
  4. Create a python pandas dataframe for easier manipulation of the data.

๐ŸŒฑ How to start this project

Follow the instructions below:

  1. Create a new repository by forking the Git project or by clicking here.
  2. Open the newly created repository in Codespace using the Codespace button extension.
  3. Once the Codespace VSCode has finished opening, start your project by following the instructions below.

๐Ÿš› How to deliver this project

Once you have finished solving the exercises, be sure to commit your changes, push to your repository and go to 4Geeks.com to upload the repository link.

๐Ÿ“ Instructions

Read the contents of the ./INSTRUCTIONS.md file containing the steps to complete the project, follow them and develop the solution first in ./src/explore.ipynb for testing and then move the clean code to ./src/app.py. Be sure to delete the notebook once you no longer need it to keep the project clean and tidy.

NOTE: Solution: https://github.com/4GeeksAcademy/interacting-with-api-python-project-tutorial/blob/main/src/solution.md

Goal

4Geeks Coding Projects tutorials and exercises for people learning to code or improving their coding skills

Difficulty

beginner

Repository

Click to open

Video

Not available

Live demo

Not available

Average duration

2 hrs

Technologies

  • HTTP

  • APIs