-
Notifications
You must be signed in to change notification settings - Fork 622
Expand file tree
/
Copy pathlearn.json
More file actions
23 lines (23 loc) · 1.01 KB
/
learn.json
File metadata and controls
23 lines (23 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"slug" : "interacting-with-api-python-project-tutorial",
"title": {
"en": "Interacting with an API using Python",
"es": "Interactuando con una API usando 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": {
"en": "Connect with any API, retrieve the data and save it into a Python pandas dataframe for easier manipulation and into a SQL database.",
"es": "Conéctate con cualquier API, recupera los datos y guárdalos en un dataframe de pandas en Python para una manipulación más sencilla y en una base de datos SQL."
},
"gitpod": true,
"template_url": "self"
}