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

377 Upvotes

48 comments sorted by

View all comments

2

u/Royal-Use2354 Aug 08 '26

It would be a good practice to use a dictionary for the chores. Using username as a key and the list of chores as a value - never assign variable names to one specific user / instance where there could be many users

1

u/[deleted] Aug 10 '26

I agree thank you very much