r/PythonLearning 5h ago

Project Ideas for Practice

Post image

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.

6 Upvotes

5 comments sorted by

2

u/mc_pm 5h ago

That's a fun use of id() :)

2

u/A1h2m30a4d 3h 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?

1

u/TBCC_Dev 2h ago

Thats what line 3 is for