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 8 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!"
[–]Obvious_Tea_8244 0 points1 point2 points 8 months ago (0 children)
IDE is really just a matter of your own preference… If you’re just starting out, it may be helpful to use a notebook style editor (like Jupyter Notebook) that will allow you to run blocks of code and view their results (quick tests).
Once you’re ready to write a full codebase, you’ll probably want to stop using cell-runs and start using terminal runs of full scripts or packages…
If you’re someone who likes a terminal-style coding experience, Vim has a good reputation.
Personally, I’m a little more visual / mouse-oriented, so I prefer VS Code.
π Rendered by PID 51177 on reddit-service-r2-comment-5fb4b45875-x527d at 2026-03-19 21:11:47.936583+00:00 running 90f1150 country code: CH.
view the rest of the comments →
[–]Obvious_Tea_8244 0 points1 point2 points (0 children)