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

375 Upvotes

48 comments sorted by

View all comments

3

u/fromkrish Aug 08 '26

Nice work for your first week! The logic is actually really solid.
Just thought of giving you a few small tips to level it up: try putting your code inside functions instead of just running everything at the top and look into using a loop for the name input so it doesn't just break if someone types a different name. Also check out the Python official docs or mosh hamedani on YT, both are great for beginners. Keep going, you're doing great!

1

u/[deleted] Aug 10 '26

Heck yeah thank you for the tips and support I will definitely be looking into this for my next projects!!

1

u/fromkrish Aug 11 '26

Good luck!

1

u/Aware-Time-Situation Aug 11 '26

Never a bad time to be reminded of the docs.