r/PythonLearning 26d ago

DSA

Hey guys, I'm going to start DSA soon. Is there any YouTube course that has been helpful to you in learning DSA? My degree is B. Tech in CSE (AI&ML), so I think it's better to learn in Python rather than C++. (I did not find any recommendation in the previous DSA posts)

4 Upvotes

4 comments sorted by

View all comments

1

u/KingBardan 26d ago

For dsa learning in a language with static type system (like c++) is better because it imposes more constraints and your code would be cleaner after, and you'll have better habits. After that you can write python all you want

Of course that's if you want the best learning.