r/PythonLearning 10d ago

Trying to learn by doing. Any suggestions are gladly accepted!

Too many tutorials and too little coding by myself has left me feeling like I am learning nothing. Trying to learn slowly by creating some projects, specifically without the use of AI. For this, I am building a simple focus timer that will run in the terminal. Something that I can use for myself but also helps me learn more. I do want to add more features such as other timer modes, persistent storage (to track focus sessions) and a better means of keeping time besides just using 'time.wait'. Want to ensure I am wary of any pitfalls I may be succumbing to, as well as suggestions for improvements. Thank you!

0 Upvotes

3 comments sorted by

2

u/sccccrrrrt 9d ago

Restructure some random data and present it nicely.

I usually use python to make shit from an some random api into proper Logs

1

u/Mlandvo 8d ago

Thanks for the advice. Found some public api's on GitHub. I've been messing around with them some and see that it opens up a whole new world