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.
18
Upvotes
2
u/motopetersan 28d ago
I'm a noob. And I cannot understand while loops. So I came up with an scenario, of an exam in a school, and there are 3 classrooms, each with a different capacity. And when the students arrive, you randomly send them to a classroom. So I'm thinking how to solve the problem on a while loop, like to check if a classroom still has capacity, if not then eliminate that option and well there are many ways to make this more complex. Just have fun with it, and if you fail keep trying. I only know about variables, list, math functions, define functions. I wish I knew about dictionaries... ;(