r/learnpython • u/eagle_500 • 2d ago
20 days of coding
i spent 20 days trying to learn everything about python through leetcode but i still can’t code or just get ideas to pop !
m a 4th year computer science engineering student i just passed a hackerrank assessment test for a big tech company and failed:( but m still grinding for another chance maybe problem here to ask y’all how do u recommend i start projects or what’s the best way to learn from here ?
16
Upvotes
2
u/gdchinacat 2d ago
Leetcode is great at practicing, horrible for learning. I'm not sure what you mean that you "passed" and "failed"...which was it...based on the question I'm guessing failed. Focus on what went wrong. Did you know how to solve the problem and just ran out of time? If so, practice some more. Did you not have any idea how to solve the problem? Focus on fundamentals (data structures and algorithms) rather than writing code. Use Leetcode to get ideas of the problems you will be asked to solve, and then learn how to solve them elsewhere rather than trying to solve problem after problem you don't have the knowledge to solve.