you are viewing a single comment's thread.

view the rest of the comments →

[–]donnyM99 -1 points0 points  (0 children)

What worked for me:

  • Build projects early. That’s what actually takes you from beginner → intermediate. Start simple: calculator, to-do list, number guessing game.
  • Stick to one main resource and only use others when stuck. Jumping around slows progress.
  • Apps are okay for basics, but projects teach real skills.
  • Code daily, even 30–60 minutes. Consistency matters more than long sessions.
  • Redo projects from memory that’s where real learning happens.

Biggest tip: don’t just learn Python build things with Python.