-
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) · 677 Bytes
/
learn.json
File metadata and controls
15 lines (15 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"title" : "Probability Exercises Project in Python",
"slug" : "probability-exercises-project-in-python",
"preview": "https://github.com/4GeeksAcademy/probability-exercises-project-in-python/blob/main/preview.jpeg?raw=true",
"solution": "https://github.com/4GeeksAcademy/probability-exercises-project-in-python/blob/main/notebook/solutions.ipynb",
"status": "published",
"translations": ["us"],
"technologies": ["matplotlib", "numpy", "pandas"],
"difficulty": "beginner",
"syntax": "python",
"duration" : 2,
"projectType": "project",
"autoStart": false,
"description" : "Use your numpy, pandas and matplotib skills to practice a little about probabilities"
}