From 36398a17f084892c92c7aa0429a417e4fa5704de Mon Sep 17 00:00:00 2001 From: Anirudh Mishra <91245420+anirudhgray@users.noreply.github.com> Date: Mon, 11 Apr 2022 20:09:54 +0530 Subject: [PATCH 1/2] Add: an interactive Data Structures textbook --- Data-Structures-and-Algorithms/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Data-Structures-and-Algorithms/README.md b/Data-Structures-and-Algorithms/README.md index 0f5fc48..fcf89f3 100644 --- a/Data-Structures-and-Algorithms/README.md +++ b/Data-Structures-and-Algorithms/README.md @@ -18,4 +18,6 @@ * [Mastering Data Structures with C++(paid)](https://www.udemy.com/course/datastructurescncpp/) -* [Algorithm Specialization By Stanford(paid but financial aid available)](https://www.coursera.org/specializations/algorithms?) \ No newline at end of file +* [Algorithm Specialization By Stanford(paid but financial aid available)](https://www.coursera.org/specializations/algorithms?) + +* [Data Structures by Niema Moshiri and Liz Izhikevich](https://stepik.org/course/579/promo) From c1b8eafe5a514651acf6cbf38cdc9ef2ce217d6f Mon Sep 17 00:00:00 2001 From: Anirudh Mishra <91245420+anirudhgray@users.noreply.github.com> Date: Mon, 11 Apr 2022 20:11:43 +0530 Subject: [PATCH 2/2] Add: a free online Django-focused course --- Backend/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Backend/README.md b/Backend/README.md index ba12eca..e8c6dc4 100644 --- a/Backend/README.md +++ b/Backend/README.md @@ -8,6 +8,7 @@ * [Youtube series](https://www.youtube.com/playlist?list=PLQVvvaa0QuDe9nqlirjacLkBYdgc2inh3) * [Beginners guide to Django](https://simpleisbetterthancomplex.com/series/2017/09/04/a-complete-beginners-guide-to-django-part-1.html) * [Making Blog API with Django](https://www.youtube.com/playlist?list=PLEsfXFp6DpzTOcOVdZF-th7BS_GYGguAS) +* [CS50's Web Programming with Python and Javascript](https://cs50.harvard.edu/web/2020/)