-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearn.json
More file actions
15 lines (15 loc) · 706 Bytes
/
learn.json
File metadata and controls
15 lines (15 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"slug" : "interacting-with-api-python-project-tutorial",
"title" : "Interacting with an API using Python",
"preview": "https://github.com/4GeeksAcademy/interacting-with-api-python-project-tutorial/blob/main/preview.png?raw=true",
"solution": "https://github.com/4GeeksAcademy/interacting-with-api-python-project-tutorial/blob/main/src/solution.md",
"status": "published",
"translations": ["us"],
"technologies": ["http", "api"],
"difficulty": "beginner",
"syntax": "python",
"duration" : 2,
"projectType": "project",
"autoPlay": false,
"description" : "Connect with any API, retrieve the data and save it into a python pandas dataframe for easier manipulation and into a SQL database."
}