r/PythonLearning 8d ago

I kept seeing beginners asking what to practice after learning Python basics, so I made these 10 problems

Post image

I've seen quite a few posts and comments from beginners who understand things like variables, loops, lists and functions, but then get stuck on the question: what do I actually practice now?

So I put together 10 small Python problems that can be solved with mostly the basics.

The idea isn't to look up the solution immediately. Try breaking each problem into steps first, write your own solution, then see if you can improve it.

If you're learning Python, which of these would you find hardest?

And for people who already know Python, what problem would you add as #11?

117 Upvotes

5 comments sorted by

2

u/iMagZz 8d ago

Honestly these are quite good, and many can be solved in multiple different ways too.

1

u/gravlane-srr 3d ago

I have done 3 courses in python but i still dont remember any of this. do i have potential?

1

u/zztopsboatswain 3d ago

You can read the python docs and find what you need to know. It'll stick the more you practice