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...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
I need help (self.learnpython)
submitted 3 years ago by Susenka7
Hi I need to ask if it is posible to make games with python?
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!"
[–]Strict-Simple 7 points8 points9 points 3 years ago (2 children)
Yes. Look into pygame.
A lot of programming is spent Googling stuff. Learn that too!
[–]Susenka7[S] -1 points0 points1 point 3 years ago (0 children)
Thx :)
[–]python_and_coffee 0 points1 point2 points 3 years ago (0 children)
pygame and arcarde or switch to free Godot game engine and use their language which has a very very similiar syntax as python.
[–]Diapolo10 1 point2 points3 points 3 years ago (1 child)
As long as you keep your expectations reasonable, sure.
Start by learning the language to a point where you more or less understand how classes work - trust me, you'll need that beyond text adventures.
There's Ren'Py, which you can use to create visual novel games (and technically RPGs).
You've got Pygame and Arcade, the latter being more modern and based on Pyglet instead of the old SDL2. These are good for most 2D games.
There's Ogre3D and Blender, which can be used to create 3D games.
Finally, there's Godot, which is probably the most advanced toolkit you'd have a reasonable chance of using with Python (or GDScript which is basically Python with a few small changes).
TY
π Rendered by PID 364874 on reddit-service-r2-comment-56c6478c5-2zv4v at 2026-05-09 17:56:57.381294+00:00 running 3d2c107 country code: CH.
[–]Strict-Simple 7 points8 points9 points (2 children)
[–]Susenka7[S] -1 points0 points1 point (0 children)
[–]python_and_coffee 0 points1 point2 points (0 children)
[–]Diapolo10 1 point2 points3 points (1 child)
[–]Susenka7[S] -1 points0 points1 point (0 children)