I’ve been wanting to learn how to code for a while so I figure now is as good a time as any to start. I downloaded VS code on my laptop for python but I don’t really know end product I should try to code and I also am just bad and barely know what I’m doing. Does anyone here have any advice on what to code and how best to learn?
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person’s post makes sense in another community cross post into it.
Hope you enjoy the instance!
Follow the wormhole through a path of communities !webdev@programming.dev
I would go for something simple ish and build from there.
One thing I used to build every time I was learning a new language was a dice roller for DnD. It had to be able to roll a d4 d6 d8 d10 d20 and percentile.
You can then expand it to do combinations or formula of dice like “roll 4 d6 and sum the highest 3”
Only a suggestion, good luck and welcome.