This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathcourses.json
454 lines (453 loc) · 13.7 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
[
{
"id" : 1,
"platform" : "coursera",
"free_course" : "yes",
"course_name" : "Basic Python",
"link" : "https://coursera.com/Basic-python",
"difficulty" : "beginner",
"module_number" : 6,
"certification" : "free"
},
{
"id" : 2,
"platform" : "coursera",
"free_course" : "yes",
"course_name" : "Basic C",
"link" : "https://coursera.com/Basic-C",
"difficulty" : "beginner",
"module_number" : 7,
"certification" : "paid"
},
{
"id" : 3,
"platform" : "udemy",
"free_course" : "no",
"course_name" : "The Complete JavaScript Course 2023: From Zero to Expert!",
"link":"https://www.udemy.com/course/the-complete-javascript-course/",
"difficulty" : "beginner",
"module_number" : 8,
"certification" : "paid"
},
{
"id" : 4,
"platform" : "coursera",
"free_course" : "yes",
"course_name" : "Meta Front-End Developer Professional Certificate",
"link" : "https://www.coursera.org/professional-certificates/meta-front-end-developer",
"difficulty" : "beginner",
"module_number" : 9,
"certification" : "paid"
},
{
"id" : 5,
"platform" : "coursera",
"free_course" : "yes",
"course_name" : "Basic Java",
"link" : "https://www.coursera.org/learn/java-programming",
"difficulty" : "beginner",
"module_number" : 8,
"certification" : "free"
},
{
"id" : 6,
"platform" : "coursera",
"free_course" : "yes",
"course_name" : "Basic Python Course",
"link" : "https://coursera.com/Basic-python",
"difficulty" : "beginner",
"module_number" : 6,
"certification" : "free"
},
{
"id" : 7,
"platform" : "coursera",
"free_course" : "yes",
"course_name" : "Google Data Analytics Professional Certificate",
"link" : "https://www.coursera.org/professional-certificates/google-data-analytics",
"difficulty" : "beginner",
"module_number" : 7,
"certification" : "paid"
},
{
"id" : 8,
"platform" : "coursera",
"free_course" : "yes",
"course_name" : "Python for Everybody Specialization",
"link" : "https://www.coursera.org/specializations/python",
"difficulty" : "beginner",
"module_number" : 7,
"certification" : "free"
},
{
"id" : 9,
"platform" : "coursera",
"free_course" : "yes",
"course_name" : "Cybersecurity for Everyone",
"link" : "https://www.coursera.org/learn/cybersecurity-for-everyone",
"difficulty" : "beginner",
"module_number" : 6,
"certification" : "paid"
},
{
"id" :10 ,
"platform" : "coursera",
"free_course" : "yes",
"course_name": "Coding for Everyone:C and C++ Specialization",
"link" : "https://www.coursera.org/specializations/coding-for-everyone",
"difficulty" : "beginner",
"module_number" : 4,
"certification" : "paid"
},
{
"id" : 11,
"platform" : "coursera",
"free_course" : "no",
"course_name" : "ChatGPT Advanced Data Analysis",
"link" : "https://www.coursera.org/learn/chatgpt-advanced-data-analysis",
"difficulty" : "beginner",
"module_number" : 3,
"certification" : "paid"
},
{
"id" : 12,
"platform" : "coursera",
"free_course" : "yes",
"course_name" : "python for everybody",
"link" : "https://www.coursera.org/learn/python?specialization=python",
"difficulty" : "beginner",
"module_number" : 7,
"certification" : "paid"
},
{
"id" : 13,
"platform" : "coursera",
"free_course" : "yes",
"course_name" : "c programing for beginners",
"link" : "https://www.guvi.in/courses/programming/c-programming-for-beginners/",
"difficulty" : "beginner",
"module_number" : 8,
"certification" : "free"
},
{
"id" : 14,
"platform" : "coursera",
"free_course" : "yes",
"course_name" : "Crash Course on Python",
"link" : "https://www.coursera.org/learn/python-crash-course",
"difficulty" : "beginner",
"module_number" : 6,
"certification" : "free"
},
{
"id" : 15,
"platform" : "coursera",
"free_course" : "yes",
"course_name" : "Introduction to Java",
"link" : "https://www.coursera.org/learn/java-introduction",
"difficulty" : "beginner",
"module_number" : 3,
"certification" : "paid",
},
{
"id" : 16,
"platform" : "coursera",
"free_course" : "yes",
"course_name" : "Python and Statistics for Financial Analysis",
"link" : "https://www.coursera.org/learn/python-statistics-financial-analysis",
"difficulty" : "beginner",
"module_number" : 4,
"certification" : "paid"
},
{
"id" :17 ,
"platform" : "coursera",
"free_course" : "yes",
"course_name" : "Deep Learning Specialization",
"link" : "https://www.coursera.org/specializations/deep-learning",
"difficulty" : "intermediate",
"module_number" : 5,
"certification" : "paid"
},
{
"id" : 18,
"platform" : "coursera",
"free_course" : "yes",
"course_name" : "Single Page Web Applications with AngularJS",
"link" : "https://www.coursera.org/learn/single-page-web-apps-with-angularjs",
"difficulty" : "beginner",
"module_number" : 9,
"certification" : "paid"
},
{
"id" : 19,
"platform" : "udemy",
"free_course" : "no",
"course_name" : "Learn Python Programming Masterclass",
"link" : "https://www.udemy.com/course/python-the-complete-python-developer-course/",
"difficulty" : "beginner",
"module_number" : 23,
"certification" : "paid"
},
{
"id" : 20,
"platform" : "coursera",
"free_course" : "no",
"course_name" : "R Level 1 - Data Analytics with R",
"link" : "https://www.udemy.com/course/r-level1/",
"difficulty" : "beginner",
"module_number" : 87,
"certification" : "paid"
},
{
"id" : 21,
"platform" : "coursera",
"free_course" : "no",
"course_name" : "Meta iOS Developer Professional Certificate",
"link" : "https://www.coursera.org/professional-certificates/meta-ios-developer?",
"difficulty" : "beginner",
"module_number" : 12,
"certification" : "paid"
},
{
"id" : 22,
"platform" : "coursera",
"free_course" : "no",
"course_name" : "Master of Science in Cybersecurity Management",
"link" : "https://www.coursera.org/degrees/master-of-science-in-cybersecurity-management-utah",
"difficulty" : "beginner",
"module_number" : 7,
"certification" : "paid"
},
{
"id" : 23,
"platform" : "coursera",
"free_course" : "yes",
"course_name" : "Game Theory",
"link" : "https://www.coursera.org/learn/game-theory-1",
"difficulty" : "beginner",
"module_number" : 8,
"certification" : "free"
},
{
"id" : 24,
"platform" : "coursera",
"free_course" : "yes",
"course_name" : "UX Design",
"link" : "https://www.coursera.org/professional-certificates/google-ux-design",
"difficulty" : "beginner",
"module_number" : 7,
"certification" : "paid"
},
{
"id" : 25,
"platform" : "coursera",
"free_course" : "yes",
"course_name" : "Basic C",
"link" : "https://coursera.com/Basic-C",
"difficulty" : "beginner",
"module_number" : 7,
"certification" : "paid"
},
{
"id" : 26,
"platform" : "coursera",
"free_course" : "yes",
"course_name" : "Machine Learning with Python",
"link" : "https://www.coursera.org/learn/machine-learning-with-python",
"difficulty" : "beginner",
"module_number" : 6,
"certification" : "paid"
},
{
"id" : 27,
"platform" : "coursera",
"free_course" : "yes",
"course_name" : "Data Analytics",
"link" : "https://coursera.org/professional-certificates/google-data-analytics",
"difficulty" : "beginner",
"module_number" : 7,
"certification" : "paid"
},
{
"id" : 28,
"platform" : "coursera",
"free_course" : "paid",
"course_name" : "Master of Applied Data Science",
"link" : "https://www.coursera.org/degrees/master-of-applied-data-science-umich",
"difficulty" : "beginner",
"module_number" : 4,
"certification" : "paid"
},
{
"id" : 29,
"platform" : "coursera",
"free_course" : "free",
"course_name" : "Databases and SQL for Data Science with Python",
"link" : "https://www.coursera.org/learn/sql-data-science",
"difficulty" : "beginner",
"module_number" : 4,
"certification" : "free"
},
{
"id" : 30,
"platform" : "coursera",
"free_course" : "free",
"course_name" : "Google Data Analytics (PT) Professional Certificate",
"link" : "https://www.coursera.org/professional-certificates/analise-de-dados-do-google",
"difficulty" : "beginner",
"module_number" : 4,
"certification" : "free"
},
{
"id" : 31,
"platform" : "coursera",
"free_course" : "free",
"course_name" : "Introduction to Structured Query Language (SQL)",
"link" : "https://www.coursera.org/learn/intro-sql",
"difficulty" : "beginner",
"module_number" : 4,
"certification" : "free"
},
{
"id" : 32,
"platform" : "coursera",
"free_course" : "free",
"course_name" : "IBM Full Stack Software Developer Professional Certificate",
"link" : "https://www.coursera.org/professional-certificates/ibm-full-stack-cloud-developer",
"difficulty" : "beginner",
"module_number" : 4,
"certification" : "free"
},
{
"id" : 33,
"platform" : "coursera",
"free_course" : "paid",
"course_name" : "Meta Back-End Developer Professional Certificate",
"link" : "https://www.coursera.org/professional-certificates/meta-back-end-developer?",
"difficulty" : "beginner",
"module_number" : 4,
"certification" : "paid"
},
{
"id" : 34,
"platform" : "coursera",
"free_course" : "paid",
"course_name" : "Google UX Design Professional Certificate",
"link" : "https://www.coursera.org/professional-certificates/google-ux-design?",
"difficulty" : "beginner",
"module_number" : 4,
"certification" : "paid"
},
{
"id" : 35,
"platform" : "coursera",
"free_course" : "paid",
"course_name" : "Introduction to Statistics",
"link" : "https://www.coursera.org/learn/stanford-statistics?",
"difficulty" : "beginner",
"module_number" : 4,
"certification" : "paid"
}
,
{
"id" : 36,
"platform" : "coursera",
"free_course" : "paid",
"course_name" : "GPU Programming Specialization",
"link" : "https://www.coursera.org/specializations/gpu-programming",
"difficulty" : "intermediate",
"module_number" : 4,
"certification" : "paid"
},
{
"id" : 37,
"platform" : "coursera",
"free_course" : "paid",
"course_name" : "Mathematics for Engineers Specialization",
"link" : "https://www.coursera.org/specializations/mathematics-engineers#courses",
"difficulty" : "Begineer",
"module_number" : 5,
"certification" : "paid"
},
{
"id" : 38,
"platform" : "coursera",
"free_course" : "paid",
"course_name" : "Introduction to Blockchain Technologies",
"link" : "https://www.coursera.org/learn/introduction-blockchain-technologies",
"difficulty" : "beginner",
"module_number" : 5,
"certification" : "paid"
},
{
"id" : 39,
"platform" : "coursera",
"free_course" : "paid",
"course_name" : "AWS Cloud Technology Consultant Professional Certificate",
"link" : "https://www.coursera.org/professional-certificates/aws-cloud-technology-consultant",
"difficulty" : "beginner",
"module_number" : 9,
"certification" : "paid"
},
{
"id" : 40,
"platform" : "coursera",
"free_course" : "paid",
"course_name" : "Google Digital Marketing & E-commerce Professional Certificate",
"link" : "https://www.coursera.org/professional-certificates/google-digital-marketing-ecommerce",
"difficulty" : "beginner",
"module_number" : 7,
"certification" : "paid"
},
{
"id" : 41,
"platform" : "coursera",
"free_course" : "paid",
"course_name" : "Key Technologies for Business Specialization",
"link" : "https://www.coursera.org/specializations/key-technologies-for-business",
"difficulty" : "beginner",
"module_number" : 3,
"certification" : "paid"
},
{
"id" : 42,
"platform" : "coursera",
"free_course" : "yes",
"course_name" : "Deep Learning Inference with Azure ML Studio",
"link" : "https://www.coursera.org/courses?query=free&page=79",
"difficulty" : "beginner",
"module_number" : 1,
"certification" : "free"
},
{
"id" : 43,
"platform" : "coursera",
"free_course" : "yes",
"course_name" : "Wrangling Data for Data Analysts with Python",
"link" : "https://www.coursera.org/projects/wrangling-data-for-data-analysts-with-python",
"difficulty" : "beginner",
"module_number" : 1,
"certification" : "free"
},
{
"id" : 44,
"platform" : "coursera",
"free_course" : "yes",
"course_name" : "Oracle Cloud Infrastructure Foundations",
"link" : "https://www.coursera.org/learn/oraclecloud-infrastructure-foundations?action=enroll",
"difficulty" : "beginner",
"module_number" : 4,
"certification" : "paid"
},
{
"id" : 45,
"platform" : "coursera",
"free_course" : "free",
"course_name" : "Google UX Design Professional Certificate",
"link" : "https://www.coursera.org/professional-certificates/google-ux-design?utm_medium=sem&utm_source=gg&utm_campaign=B2C_INDIA_machine-learning_deeplearning-ai_FTCOF_learn_arte-agency&campaignid=20669338277&adgroupid=155516302798&device=m&keyword=coursera%20ml&matchtype=b&network=g&devicemodel=&adposition=&creativeid=677314605822&hide_mobile_promo&gclid=Cj0KCQjwqP2pBhDMARIsAJQ0Czrga7J30AK_IkNxG54u3gW_ogrT-CdqbCgKFhi3v9zAPSj4gPQkDJ0aAsK_EALw_wcB",
"difficulty" : "beginner",
"module_number" : 7,
"certification" : "free"
}
]