forked from gdsc-bit/edx_courses
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourses.json
More file actions
34 lines (32 loc) · 1.4 KB
/
courses.json
File metadata and controls
34 lines (32 loc) · 1.4 KB
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
[
{
"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" : 20,
"platform" : "edX",
"free_course" : "yes",
"course_name" : "HarvardX: CS50s Introduction to Programming using 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"
}
]