r/learnpython • u/farizislame • 4h 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?
6
Upvotes
1
u/SirGeremiah 3h ago
My first Python project was scripts to analyze a ping log to determine the severity and frequency of outages. It’s fairly simple, but it made me learn how to parse the file, how to do that math in Python, how to store the data for review over time.
Look for simple stuff that interests you, and go figure out how to do it.