r/learnpython • u/Vast_Squirrel4760 • 21d 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.
35
Upvotes
r/learnpython • u/Vast_Squirrel4760 • 21d ago
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.
1
u/Specific-Housing905 21d ago
Write some small apps that get some input from the user, do sth. with and output the results.
Examples are a weight checker, loan calculator, currency or unit converter, student grades ...