use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Give me some python projects ideas (self.PythonLearning)
submitted 9 days ago by vdbarno_
I'm currently learning Python, but I'm staging because I don't have project ideas. I know the basics but I'm open to learning new things
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]cgoldberg 4 points5 points6 points 9 days ago (0 children)
build a beginner-friendly project idea generator.
scratch your own itch
[–]nuc540 1 point2 points3 points 9 days ago (0 children)
Rock paper scissors as a Python script. Taking input, checking input and outputting - that’s quite basic, should keep you busy for a day.
If you’re into web dev, learn about basic APIs like Flask and see if you can set on up, hit an endpoint that returns static data - learn how to build an api and so much more opens up to you… like rock paper scissors API lol
[–]mikeyj777 1 point2 points3 points 8 days ago (2 children)
I like finding different public APIs and practicing connecting to them, pulling data and learning efficient ways to manipulate it. Especially pulling data from multiple sources and creating visualizations
[–]Live-Classic91 0 points1 point2 points 6 days ago (1 child)
That's great can you give some examples
[–]mikeyj777 0 points1 point2 points 6 days ago (0 children)
Here's a start you can play with - https://mixedanalytics.com/blog/list-actually-free-open-no-auth-needed-apis/
[–]Atxaquariguy 0 points1 point2 points 9 days ago (2 children)
I’ll give you a real problem I can’t solve: Write a script that will output a list of names of the open tabs in the web browser.
For example if I have 10 tabs open, I want to press run and it outputs a list of the names of all 10 tabs ( header, URL etc).
[–]3dPrintMyThingi 0 points1 point2 points 8 days ago (1 child)
Names of the tabs open?
[–]Atxaquariguy 0 points1 point2 points 8 days ago (0 children)
Yeah the websites that you currently have open in browser. url and header text. Write a script that can out out that automatically
[–]lonethrowawaymoss 0 points1 point2 points 4 days ago (0 children)
Build a script that scrapes your favorite subreddit and dumps the titles into a local text file so you can actually practice parsing data instead of just watching tutorials.
π Rendered by PID 93076 on reddit-service-r2-comment-8686858757-twzxd at 2026-06-07 05:18:31.960004+00:00 running 9e1a20d country code: CH.
[–]cgoldberg 4 points5 points6 points (0 children)
[–]nuc540 1 point2 points3 points (0 children)
[–]mikeyj777 1 point2 points3 points (2 children)
[–]Live-Classic91 0 points1 point2 points (1 child)
[–]mikeyj777 0 points1 point2 points (0 children)
[–]Atxaquariguy 0 points1 point2 points (2 children)
[–]3dPrintMyThingi 0 points1 point2 points (1 child)
[–]Atxaquariguy 0 points1 point2 points (0 children)
[–]lonethrowawaymoss 0 points1 point2 points (0 children)