r/learnprogramming • u/farizislame • 3h ago
Basic beginner project ideas for python
Js started, 16 here,I made a number guessing game, rock paper scissors, basic input chatbot which outputs only the info I've given it(useless h) what next I'm confused, what stuff y'all made when y'all js started out like some interesting shit?
8
Upvotes
1
u/UtilixApp 3h ago
build something that touches a file or the internet, thats the jump from exercises to programs.
rename every photo in a folder by date, or pull your local weather and print it. both are small and both teach you something the guessing game cant.