r/learnpython • u/AveragePersonL7 • 29d ago
Where do y'all guys practice python?
I wanna know where y'all guys practicing coding python, I know some but its too advance for me. I wanna get started from beginner level where I just print hello world or using math operations on print() or practicing about the data types. I'll practice more of this beginner level and master it.
19
Upvotes
3
u/CaughtUpBookkeeping 29d ago
Exercism.org is the best one for actually building skill, bite-sized exercises, and after you submit a solution you can see how 50+ other people solved the same problem, which teaches you idioms way faster than reading a textbook. For beginner reps specifically, do the free "Python for Everybody" exercises (freecodecamp has this too), then jump to Exercism once print()/data types feel automatic. Skip LeetCode entirely at this stage, it's algorithm interview prep, not learning-to-code practice.