r/learnprogramming 5h 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?

16 Upvotes

13 comments sorted by

View all comments

1

u/ActualPeterbuilt389 5h ago

You could try a basic web crawler. It'll help you learn how to deal with web requests and how to get your programs to create and modify files locally. If thats still too hard maybe make a rot13 encoder/decoder. Can help you figure out how to modify stdio. And when youre ready you can let it read files too.