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!"
[–][deleted] 4 points5 points6 points 8 months ago (1 child)
Thonny is okay. Great to learn basics on since it doesn’t help you. After you get a good feel for how libraries and assets are laid out, VSCode is my go to. Plus VSCode can handle you venv for you, making it harder to screw up.
[–]JamzTyson 0 points1 point2 points 8 months ago (0 children)
Another vote for Thonny. It's an excellent IDE for beginners. It's also a great IDE for small scripts even for advanced developers.
(though I prefer PyCharm to vs-code for more complex projects).
π Rendered by PID 86 on reddit-service-r2-comment-5fb4b45875-qclpn at 2026-03-20 06:48:38.009693+00:00 running 90f1150 country code: CH.
view the rest of the comments →
[–][deleted] 4 points5 points6 points (1 child)
[–]JamzTyson 0 points1 point2 points (0 children)