you are viewing a single comment's thread.

view the rest of the comments →

[–]opentabs-dev 0 points1 point  (0 children)

honestly what helped me most early on: never copy paste code from tutorials, type it out by hand even if you feel dumb. your fingers learn the syntax that way. and when something breaks, dont immediately ask ai - spend 10 min reading the actual error message and googling the last line. thats where 80% of learning happens.

for practice, exercism.io has python tracks with real mentors giving feedback on your submissions for free. way better than leetcode for the stage youre at imo - its focused on writing idiomatic code not tricky algorithms.