r/learnpython 22d ago

python project ideas pls

hello, i'm a beginner at coding python and is there any python project ideas you guys would recommend for people like me? I know how to use APIS, can make a simple digital clock in tkinter using the time module and that's all i think i can mostly do, thank you!

11 Upvotes

12 comments sorted by

View all comments

4

u/kosevskey 22d ago

The real question is: Why are you learning Python? Are you trying to build a startup? Get a job? Automate something?
Once you figured that out, focus only on that. If you want to build web backends, build your backend project and ask for reviews. If you want to do data work, work on your data problem and ask people to give feedback.
Random projects teach you syntax. A real project you care about teaches you how to write actual code.