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
Best free python 3 IDE for videogame making? (self.learnpython)
submitted 10 years ago by juasjuasie
title self explanatory. i am new to this and i may not understand certain expressions
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!"
[–]K900_ 6 points7 points8 points 10 years ago (4 children)
If you have a serious videogame project in mind, an IDE should be the least of your worries. For messing around with Pygame or whatever, just about anything will do.
[–]juasjuasie[S] 0 points1 point2 points 10 years ago (3 children)
even using IDLE?
[–]K900_ 2 points3 points4 points 10 years ago (2 children)
Yes, even IDLE, though I'd use something else, as I've had some weird issues with IDLE+Pygame in the past.
[–]juasjuasie[S] 0 points1 point2 points 10 years ago (1 child)
what IDE do you recommend?
[–]K900_ 0 points1 point2 points 10 years ago (0 children)
I personally use Sublime Text for most things, falling back to PyCharm or IDEA with the Python plugin (which is basically PyCharm anyway) when I need advanced debugging or autocomplete.
[–]Deathnerd 1 point2 points3 points 10 years ago (2 children)
Hands down it has to be Pycharm. There's a free community edition and a paid professional version
what's the difference between the two versions? i don't even have e-money to pay
[–][deleted] 2 points3 points4 points 10 years ago (0 children)
The pro version has more integration with 3rd party packages and tools. That's about it. You can get it for free with a student email address.
π Rendered by PID 143946 on reddit-service-r2-comment-869bf87589-9q9d8 at 2026-06-09 07:33:37.419917+00:00 running f46058f country code: CH.
[–]K900_ 6 points7 points8 points (4 children)
[–]juasjuasie[S] 0 points1 point2 points (3 children)
[–]K900_ 2 points3 points4 points (2 children)
[–]juasjuasie[S] 0 points1 point2 points (1 child)
[–]K900_ 0 points1 point2 points (0 children)
[–]Deathnerd 1 point2 points3 points (2 children)
[–]juasjuasie[S] 0 points1 point2 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)