-
Notifications
You must be signed in to change notification settings - Fork 670
Expand file tree
/
Copy pathlearn.json
More file actions
21 lines (21 loc) · 930 Bytes
/
learn.json
File metadata and controls
21 lines (21 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"slug" : "web-scraping-project-tutorial",
"title" : {
"us": "Web Scraping with Python",
"es": "Haciendo web Scraping con Python"
},
"preview": "https://github.com/4GeeksAcademy/web-scraping-project-tutorial/blob/main/assets/preview.png?raw=true",
"solution": "https://github.com/4GeeksAcademy/web-scraping-project-tutorial/blob/main/src/solution.ipynb",
"technologies": ["web-scraping", "beautiful-soup", "python", "pandas", "sqlite3", "matplotlib", "machine learning", "data science", "back-end", "SQL"],
"difficulty": "beginner",
"syntax": "python",
"duration" : 2,
"autoPlay": false,
"projectType": "project",
"description" : {
"us": "Use python and the beautiful soup library to download, scrape, clean and visualize the revenue information",
"es": "Usa Python y la biblioteca Beautiful Soup para descargar, extraer, limpiar y visualizar información."
},
"gitpod": true,
"termplate_url": "self"
}