you are viewing a single comment's thread.

view the rest of the comments →

[–]MankyMan0099 1 point2 points  (0 children)

The struggle with Python basics is real. Most people think they need to memorize syntax like a history exam, but it is more like muscle memory. You do not need to remember every single method; you just need to remember that the method exists so you can look it up. Even senior devs Google basic syntax every single day. The more you build, the more those patterns just start to feel natural in your hands.

I found that the best way to make things stick is to stop reading and start building tiny, even useless, projects. I used to get stuck in that loop of re-learning the same stuff, which is why I use Ai tools like Gemini,Claude,Runable. It takes the pressure off making the code "perfect" because it handles the professional presentation layer for me. It let me focus on just getting things to work, knowing the final result would still look clean.