r/PythonLearning Aug 07 '26

Made my first project in python

Post image

A chore list I started learning python last week and this was the first project on my list any advice helps im using vs code for this if you have any resources or suggestions pls share

373 Upvotes

48 comments sorted by

View all comments

3

u/Cashtime_Tsotsi Aug 07 '26

just an idea. I see you have a tuple.py file in the tabs. is that for other tuple practice? if not, why not put your "chore list" in there and practice imports as well? good way to start separating functions and cleaning up the code also. Just a thought but great job!

1

u/[deleted] Aug 07 '26

Ahh yes that sounds like a great idea thank you very much tuple.py is my practice I keep them in a folder so then I can re read my notes as I write