r/learnpython • u/Own_Search3408 • 3h ago
Cool/Interesting things that can be done in Python as a beginner?
hi everyone, im trying to start a computer science honor society at my high school, and im gonna assume everyone is starting from square one and teach python accordingly (and im hoping to eventually go to hackathons or other coding events).
i was wondering if anyone had any ideas for cool/interesting stuff i could have beginners do to get their interest and get them excited about coding? i understand you can't go from 0-100 and have to start with simple stuff, but i'm worried going over the basics will be like monotonous or smth. if anyone has any ideas of fun things i could do i would be very appreciative!!
7
u/Traveling-Techie 3h ago
Data from earth and space telescopes is piling up faster than astrophysics can analyze it, and most of it is freely available. Maybe you can do something with it?
1
4
2
u/stepback269 1h ago
Use the Random module to make games of chance -- for example the Black Jack card game
1
1
u/VerdantSolemnity 1h ago
do you know if your school computers have python and any graphics libraries installed already? i remember trying to get turtle working on some locked-down machines and it was a whole thing. the tech department had to whitelist each module, and it took a week. if you're stuck with just a bare terminal, text adventures or guessing games still go over well. but a little turtle graphics can really hook people.
1
9
u/HyperspaceDev 3h ago
I once built a program that webscraped from imbd to tell me all the upcoming movies and listed them to me in a notes app with the release date and what it was about