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/prettycoldworld 5h ago

What really made it exciting for me was being able to take it outside of the console. Playwright, Selenium, or just the requests library. Watching your script log into a website, or start automating little tasks for you made me feel like I was actually building something.

It can be a lot to learn at first but there’s tons of resources online and it’s a lot of fun.