I am looking for some online courses for DSA with Python (as many courses on Coursera are using Java).
Some requirements:
-
Basic, introductory about DSA only
-
Well structured
-
Using Python for practice
So far, I only found 2 courses: Jovian and MIT 6006. Are there any other courses you would recommend?
Thank you
What’s the best way to learn data structures using Python
Free Python Online Courses/Resources for Data Structures and Algorithms?
A Great Course on DSA in Python
Best way to learn data structures & algo's in a summer
I'm a self-taught dev and this was something I totally panicked about too. If you happen to know Python, this is the free online book I used to learn about basic algorithms and data structures: http://interactivepython.org/runestone/static/pythonds/index.html#
It looks like a lot, but the chapters are actually pretty bite-sized. I basically just went through each chapter and tried to implement the lessons on my own with each new topic. I was able to cram this in about a week and got through my interviews (at Stack Overflow no less!)
It's totally possible to do. Don't despair. Let me know if I can help with anything too.
EDIT: Some have asked about learning Python before jumping in. There's a review section in the book, but if you need to learn it from scratch, check out some Python tutorials I've curated and ordered.
More on reddit.comWhen will I have access to the lectures and assignments?
What will I get if I subscribe to this Specialization?
Is financial aid available?
Videos
Hello everyone, It’s been month since I’ve been trying to learn data structures and algorithms using python. I’ve been trying one google course but seems I’m not getting anything, so, I went to cs50, learn from week zero to week 5 and come back to the google course. It looks like I understood the concept but can’t apply it. I tried some examples as well. Any advice please?
I am learning Python and I want to take some introductory lessons on Data Structures and Algorithms. I would say that I am done with basics of programming. Are there Free Python Online Courses/Resources for Data Structures and Algorithms? I just finished CS50P and I am planning to delve deeper into leaning the language.
Thank you!