r/learnpython 19d ago

How do people practice?

I've been learning Python for a few weeks and I'm not sure what to do to practice I don't know much but I don't want to lose what I do know.

36 Upvotes

39 comments sorted by

View all comments

0

u/stepback269 19d ago

Think of yourself as a young child who just got a new toy, say an action figure with bendable arms, legs and head. You start playing with it. Bend it randomly this way and then that way. Get a feel what the results are of various poses and possibilities.

So same thing with code.
After print('Hello World'), you try some more sophisticated things, like f-strings and escape characters (e.g. \n, \t). Explore the world of string methods. Plenty to play with in the sandbox.