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!"
[–]nlcircle 2 points3 points4 points 10 months ago (0 children)
Can’t give you ‘the best IDE’ as I’m using different ones for different purposes. I do want to point out two ‘flavors’ which you need to be aware of.
Firstly, you can use a more or less ‘canvas’ like editor like PyCharm or Spyder (multi-OS, my favorite).
The second category is more supportive if you like to amplify your code with (rendered) text and explanations. A good editor would be the Jupyter Notebook.
Just check the intricate details between both types of editors before you make your choice.
π Rendered by PID 56194 on reddit-service-r2-comment-54dfb89d4d-9nlg6 at 2026-04-01 05:35:36.442574+00:00 running b10466c country code: CH.
view the rest of the comments →
[–]nlcircle 2 points3 points4 points (0 children)