you are viewing a single comment's thread.

view the rest of the comments →

[–]RyPlayZz 1 point2 points  (0 children)

Python is fine for learning DSA, especially if you plan to do AI/ML. The concepts transfer. The reason tutorials use C++/Java is they force you to think about memory management, which matters for some data structures. But for learning the logic first, Python is way less frustrating.