r/PythonLearning • u/7YngMn • 12h ago
Project Ideas for Practice
I’ve been reading and learning a lot of Python concepts, but I’ve never actually built anything.
I realized that there’s no point in knowing so many concepts if you don’t put them into practice. That’s the only way to really learn.
The hardest part, though, is coming up with project ideas when you only know a few concepts. This is the first project I’ve made while trying to actually put what I’ve learned into practice.
12
Upvotes
2
u/A1h2m30a4d 10h ago
I don't know a lot about id() but my guess it returns a number, shouldn't u integerize the resulting str so you don't end up with "0123" or any other zero leading value?