adzee17 commited on
Commit
e2341a1
·
verified ·
1 Parent(s): d3cdf67

Create courses.json

Browse files
Files changed (1) hide show
  1. 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
+ ]