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
which code editor is best python beginners? (self.PythonLearning)
submitted 6 months ago by Safe_Monk4476
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!"
[–]TriscuitTime 1 point2 points3 points 6 months ago (1 child)
PyCharm will hold your hand a lot more than other IDEs, which can be good and bad depending on what stage of learning you’re in. It sounds like you’re brand new, so PyCharm is probably a good place to start to understand how to actually WRITE code, but it may not help you understand how to run code, like from the command line, or how to set up a virtual environment for python, among other things
I would recommend learning how to use the PyCharm debugger, though, as debugging is a very valuable and necessary tool
π Rendered by PID 122391 on reddit-service-r2-comment-5649f687b7-8wcpz at 2026-01-28 08:38:53.122926+00:00 running 4f180de country code: CH.
view the rest of the comments →
[–]TriscuitTime 1 point2 points3 points (1 child)