From 1deb1fd905134e864f56b2f81441c80416185a12 Mon Sep 17 00:00:00 2001 From: nayangchawhan <138381402+nayangchawhan@users.noreply.github.com> Date: Mon, 30 Oct 2023 19:32:35 +0530 Subject: [PATCH] Update courses.json Accept this commit --- courses.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/courses.json b/courses.json index 2522a6d..df2023a 100644 --- a/courses.json +++ b/courses.json @@ -1659,6 +1659,26 @@ "difficulty" : "advanced", "module_number" : 41, "certification" : "paid" + }, + { + "id" : 152, + "platform" : "educative", + "free_course" : "no", + "course_name" : "Zero to Hero in Python", + "link" : "https://www.educative.io/path/zero-to-hero-in-python", + "difficulty" : "advanced", + "module_number" : 5, + "certification" : "paid" + }, + { + "id" : 153, + "platform" : "educative", + "free_course" : "no", + "course_name" : "Grokking Coding Interview Patterns in Python", + "link" : "https://www.educative.io/courses/grokking-coding-interview-patterns-python", + "difficulty" : "advanced", + "module_number" : 5, + "certification" : "paid" } ]