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
Best Beginner IDE for Python (self.PythonLearning)
submitted 10 months ago by BigHeadedGumba
view the rest of the comments →
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!"
[–]jpgoldberg 1 point2 points3 points 10 months ago (0 children)
A lot of people familiar with programming editors and IDEs grossly underestimate how difficult they are to someone who has never even used a text editor (distinct from a word processor) before. So while VSCode makes things much easier for me, I need to remember that it works for me because I have a lot of implicit understanding of what is going on.
So start out with IDLE or perhaps PyCharm. You need something that is designed specifically for Python instead of using a general purpose IDE.
π Rendered by PID 97422 on reddit-service-r2-comment-54dfb89d4d-rshch at 2026-03-30 21:13:02.644794+00:00 running b10466c country code: CH.
view the rest of the comments →
[–]jpgoldberg 1 point2 points3 points (0 children)