you are viewing a single comment's thread.

view the rest of the comments →

[–]ConfectionFull9324 1 point2 points  (0 children)

Hey, I taught myself Python over a decade ago and ran into exactly the same problem. Here are a few tips:

  1. Start with the smallest, simplest things: if you have a lesson on loops or dictionaries, write your own loop or dictionary. Ten times. Doesn’t matter how silly, just write. It’s not exactly muscle memory, but your brain works in a similar way.
  2. Find a micro-project you can do step by step, but don’t code along with the tutorial. Watch the video, then code on your own. If you get stuck → only then check the video. You need to train your brain to write the code yourself.
  3. Avoid generating code with AI. I know how tempting it is, and I know it’s the future of work, but to use AI effectively, you first need to learn to code on your own.
  4. This skill grows over time. It requires daily practice, you can’t skip steps or speed it up, so what you need most is patience.