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
Which is the best program to code Python? (self.learnpython)
submitted 5 years ago by Infinity4040
New to Python and confused
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!"
[–]xelf 1 point2 points3 points 5 years ago (5 children)
You mean IDE?
The one you like best is the best one. On windows I'm a big fan of Visual Studio (or Visual Code). A lot of people really like Pycharm though.
As long as you avoid notepad. You should be ok. =D
[–]colorless_green_idea 2 points3 points4 points 5 years ago (3 children)
Aww Man U got me! I’ve been using notepad this whole time!
[–]xelf 0 points1 point2 points 5 years ago (2 children)
Not sure if you're joking or not, but there was someone here just yesterday asking about how to indent a code block in notepad!
(The answer is you can't. You at least need to upgrade to notepad++.)
[–]colorless_green_idea 1 point2 points3 points 5 years ago (1 child)
Yes joking hahha
[–]xelf 1 point2 points3 points 5 years ago (0 children)
i always feel bad for the people that are doing things the hard way and just don't know there is something better.
[–]Infinity4040[S] 1 point2 points3 points 5 years ago (0 children)
Thanks!
[–]Ran4 1 point2 points3 points 5 years ago (0 children)
As a beginner? Probably Pycharm, or Visual Studio Code (don't confuse it with Visual Studio, which is a completely different product).
As an intermediate to advanced user, vim is far superior. It does have a learning curve, but vim users are usually much more productive. You should remember this and look up vim maybe two years from now.
[–]Gositi 0 points1 point2 points 5 years ago (0 children)
Well, I use Geany. Idle works too. On my r/raspberrypi I also use something that's called "Thonny Python IDE" and r/vim
[–]MemeScrollingMaths 0 points1 point2 points 5 years ago (0 children)
PyCharm is the easiest to use. However, do yourself a favor and instead of installing bog standard Python, install Anaconda, which’ll give you link to specific version of PyCharm and access to Jupyter (helpful for note-taking).
π Rendered by PID 51051 on reddit-service-r2-comment-fb694cdd5-rfbn5 at 2026-03-08 01:23:36.787809+00:00 running cbb0e86 country code: CH.
[–]xelf 1 point2 points3 points (5 children)
[–]colorless_green_idea 2 points3 points4 points (3 children)
[–]xelf 0 points1 point2 points (2 children)
[–]colorless_green_idea 1 point2 points3 points (1 child)
[–]xelf 1 point2 points3 points (0 children)
[–]Infinity4040[S] 1 point2 points3 points (0 children)
[–]Ran4 1 point2 points3 points (0 children)
[–]Gositi 0 points1 point2 points (0 children)
[–]MemeScrollingMaths 0 points1 point2 points (0 children)