From 2f345a5d0b5f8e9e34cb4d52945d81f1ecd81c85 Mon Sep 17 00:00:00 2001 From: Mohammed Wazir Adain Date: Tue, 5 Oct 2021 04:30:27 +0530 Subject: [PATCH] Adds "Programming, Data Structures And Algorithms Using Python" course (#5865) * Adds Python course from NPTEL * fixed hyperlink bug Co-authored-by: Adain, Mohammed Wazir --- courses/free-courses-en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/courses/free-courses-en.md b/courses/free-courses-en.md index 8e400cd4..4d95eed5 100644 --- a/courses/free-courses-en.md +++ b/courses/free-courses-en.md @@ -681,6 +681,7 @@ * [Learn to Program: The Fundamentals](https://www.coursera.org/learn/learn-to-program) (Coursera) * [Practical Python: An Immersive Python Course](https://practical.learnpython.dev) - Nina Zakharenko * [Practical Python Programming](https://dabeaz-course.github.io/practical-python/) - David Beazley +* [Programming, Data Structures And Algorithms Using Python](https://nptel.ac.in/courses/106/106/106106145/) - Prof. Madhavan Mukund (NPTEL) * [Programming Foundations with Python](https://www.udacity.com/course/programming-foundations-with-python--ud036) (Udacity) * [Python 3](https://www.sololearn.com/Course/Python/) (SoloLearn) * [Python And Cryptocurrency: Build 5 Real World Applications](https://www.udemy.com/course/coinmarketcap/) Ian Annase (Udemy) -- GitLab