adzee17 commited on
Commit
a1012a4
·
verified ·
1 Parent(s): db6176b

Update data/courses.json

Browse files
Files changed (1) hide show
  1. data/courses.json +26 -4
data/courses.json CHANGED
@@ -3,14 +3,36 @@
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
  ]
 
3
  "title": "Complete Python Bootcamp",
4
  "platform": "Udemy",
5
  "rating": 4.6,
6
+ "reviews": [
7
+ "Very detailed course.",
8
+ "Too fast-paced for some beginners.",
9
+ "Excellent for learning Python basics."
10
+ ],
11
+ "category": "Python",
12
+ "keywords": ["python", "programming", "beginners"]
13
  },
14
  {
15
  "title": "Python for Data Science",
16
  "platform": "Coursera",
17
  "rating": 4.8,
18
+ "reviews": [
19
+ "Great depth on data science concepts.",
20
+ "Challenging but worth it.",
21
+ "Well structured and practical."
22
+ ],
23
+ "category": "Data Science",
24
+ "keywords": ["python", "data science", "machine learning", "AI"]
25
+ },
26
+ {
27
+ "title": "AI For Everyone",
28
+ "platform": "Coursera",
29
+ "rating": 4.7,
30
+ "reviews": [
31
+ "Great introduction to AI.",
32
+ "Very easy to understand.",
33
+ "Good for non-technical people."
34
+ ],
35
+ "category": "AI",
36
+ "keywords": ["AI", "artificial intelligence", "non-technical"]
37
  }
38
  ]