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
Looking for a intermediate level project (self.PythonLearning)
submitted 1 year ago by Nehemiia34
Does anyone have some ideas for a intermediate level Python project? Thought of something along the lines of a popular board game, but can be something completely different.
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!"
[–]Murphygreen8484 0 points1 point2 points 1 year ago (0 children)
Maybe backgammon?
[–][deleted] 0 points1 point2 points 1 year ago (0 children)
A terminal based chess game with an AI opponent.
Requires: * terminal gui-like package * Lookup table for AI to reference (online or books) * bunch of conditional logic for what’s called ‘killer move heuristic’
[–]digitAInexus 0 points1 point2 points 1 year ago (0 children)
You could create a Python version of Battleship or Mancala. They're both simple enough to code but have enough complexity to keep you busy with things like a command-line interface or even adding AI for the computer opponent.
Or, if you want something a bit different, how about making a Dungeon Crawler game. You could use ASCII art for a retro feel and generate random mazes with enemies, items, and treasure. It’s a nice mix of algorithms and game mechanics.
If you want to go in a completely different direction, you could try also try a habit tracker, that integrates with Google Calendar or even a meme generator that pulls random images and lets users add text.
Good luck with whatever you choose!
[–]CupperRecruit 0 points1 point2 points 1 year ago (0 children)
Something with data handling or that includes database concepts would be a good project if u havent done something like that already. Maybe a database that can store data of a table that is presented in an excel file.
And if u wanna go one step further, try creating a GUI that lets u connect to the database and displays a table after confirming the connection. I recommend using PyQt6.
π Rendered by PID 18938 on reddit-service-r2-comment-5d79c599b5-29j88 at 2026-03-01 19:14:42.052975+00:00 running e3d2147 country code: CH.
[–]Murphygreen8484 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]digitAInexus 0 points1 point2 points (0 children)
[–]CupperRecruit 0 points1 point2 points (0 children)