DSA IN PYTHON NEED YOUR attention!
Posted by iammayankk@reddit | Python | View on Reddit | 3 comments
Anyone who has done dsa in python I need your help . I'm 2nd year grad and starting dsa . From where did you learn language and data structure share your resources with me . Thank you
Scared_Sail5523@reddit
Hey! I learned Python basics from Codecademy and FreeCodeCamp because they have really good interactive lessons. For the data structures and algorithms stuff, I mostly follow NeetCode videos on YouTube and use LeetCode for practice problems. Honestly, just picking one good resource and practicing a ton is the best way to get good at it!
iammayankk@reddit (OP)
Ohk thanks , how many questions have you done on leetcode ? And how much time will take me if I study daily 2-3 hours be brutally honest
JanDeVr82@reddit
If youre diving into data structures and algorithms with Python a good mix of theory and hands-on practice is key Try implementing classic problems like sorting algorithms and binary trees it really cements the concepts Also check out LeetCode or HackerRank for practice problems tailored to Python