forked from gdsc-bit/edx_courses
-
Notifications
You must be signed in to change notification settings - Fork 0
/
courses.json
46 lines (42 loc) · 2.14 KB
/
courses.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[
{
"id" : 1,
"platform" : "edX",
"free_course" : "yes",
"course_name" : "Python Basics for Data Science"
"link" : "https://www.edx.org/learn/python/ibm-python-basics-for-data-science?webview=false&campaign=Python+Basics+for+Data+Science&source=edx&product_category=course",
"difficulty" : "beginner",
"module_number" : 8,
"certification" : "paid"
},
{
"id" : 2,
"platform" : "edX",
"free_course" : "yes",
"course_name" : "HarvardX: CS50's Introduction to Programming with Python"
"link" : "-programming-with-python?index=product&queryID=d98a6fbbfbc2d8451d89b12a652c2d17&position=2&results_level=first-level-results&term=&objectID=course-2cc794d0-316d-42f7-bbfd-25c34e4cd5df&campaign=CS50%27s+Introduction+to+Programming+",
"difficulty" : "beginner",
"module_number" : 8,
"certification" : "free"
},
{
"id" : 3,
"platform" : "edX",
"free_course" : "yes",
"course_name" : "edX: How to Learn Online"
"link" : "https://www.edx.org/learn/how-to-learn/edx-how-to-learn-online?index=product&queryID=dcafa49342849e9fc30610717d2a1eb2&position=1&results_level=second-level-results&term=&objectID=course-0e575a39-da1e-4e33-bb3b-e96cc6ffc58e&campaign=How+to+Learn+Online&source=edX&product_category=course&placement_url=https%3A%2F%2Fwww.edx.org%2Fsearch",
"difficulty" : "beginner",
"module_number" : 8,
"certification" : "free"
},
{
"id" : 4,
"platform" : "edX",
"free_course" : "yes",
"course_name" : "HarvardX: CS50's Introduction to Programming with Python"
"link" : "https://www.edx.org/learn/python/harvard-university-cs50-s-introduction-to-programming-with-python?index=product&queryID=cebb5ec717e09c9c4061d35a6ae45b13&position=7&results_level=second-level-results&term=&objectID=course-2cc794d0-316d-42f7-bbfd-25c34e4cd5df&campaign=CS50%27s+Introduction+to+Programming+with+Python&source=edX&product_category=course&placement_url=https%3A%2F%2Fwww.edx.org%2Fsearch",
"difficulty" : "beginner",
"module_number" : 8,
"certification" : "free"
}
]