Spaces:
Build error
Build error
Create courses.json
Browse files- courses.json +16 -0
courses.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"title": "Complete Python Bootcamp",
|
| 4 |
+
"platform": "Udemy",
|
| 5 |
+
"rating": 4.6,
|
| 6 |
+
"reviews": ["Very detailed", "Too fast-paced", "Excellent for beginners"],
|
| 7 |
+
"category": "Python"
|
| 8 |
+
},
|
| 9 |
+
{
|
| 10 |
+
"title": "Python for Data Science",
|
| 11 |
+
"platform": "Coursera",
|
| 12 |
+
"rating": 4.8,
|
| 13 |
+
"reviews": ["Great depth", "Challenging assignments", "Well structured"],
|
| 14 |
+
"category": "Python"
|
| 15 |
+
}
|
| 16 |
+
]
|