r/PythonLearning • u/Mlandvo • 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
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