CourseIMDb / data /courses.json
adzee17's picture
Update data/courses.json
a1012a4 verified
raw
history blame contribute delete
974 Bytes
[
{
"title": "Complete Python Bootcamp",
"platform": "Udemy",
"rating": 4.6,
"reviews": [
"Very detailed course.",
"Too fast-paced for some beginners.",
"Excellent for learning Python basics."
],
"category": "Python",
"keywords": ["python", "programming", "beginners"]
},
{
"title": "Python for Data Science",
"platform": "Coursera",
"rating": 4.8,
"reviews": [
"Great depth on data science concepts.",
"Challenging but worth it.",
"Well structured and practical."
],
"category": "Data Science",
"keywords": ["python", "data science", "machine learning", "AI"]
},
{
"title": "AI For Everyone",
"platform": "Coursera",
"rating": 4.7,
"reviews": [
"Great introduction to AI.",
"Very easy to understand.",
"Good for non-technical people."
],
"category": "AI",
"keywords": ["AI", "artificial intelligence", "non-technical"]
}
]