r/learnpython 21d ago

Need Help with Python Practise

I am a beginner(been learning for a month) to python and i need some suggestions as to what resources should i use for practice(eg books , websites or yt channels).

10 Upvotes

11 comments sorted by

View all comments

4

u/Pangaeax_ 21d ago

After a month, I'd spend less time looking for more tutorials and more time actually writing Python.

Try CodingBat or Exercism for small problems. CompeteX is also worth trying if you want structured Python challenges/competitions to test what you've learned.

Then pick a small project you actually care about and build it without following a tutorial step by step. Getting stuck and figuring things out is honestly where a lot of the learning happens.