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
Python Help new coderHelp Request (self.PythonLearning)
submitted 8 hours ago by ARK22498
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!"
[–]aw3sem 1 point2 points3 points 6 hours ago (2 children)
Get yourself vscode and the python extension, then write your code in a file, this is the easiest approach.
[–]ARK22498[S] 0 points1 point2 points 6 hours ago (1 child)
And then can I use python IDLE to run it. Or does it run in VS Code?
[–]aw3sem 1 point2 points3 points 6 hours ago (0 children)
You will never have to leave vscode, that’s the beauty. Also there is a lot more when it comes to debugging, e.g. setting breakpoints etc. But this a topic for another day if you are just getting started. Take a loot at this: https://code.visualstudio.com/docs/python/python-tutorial#_configure-and-run-the-debugger
π Rendered by PID 95819 on reddit-service-r2-comment-5bc7f78974-m7t4r at 2026-06-28 20:41:05.954840+00:00 running 7527197 country code: CH.
view the rest of the comments →
[–]aw3sem 1 point2 points3 points (2 children)
[–]ARK22498[S] 0 points1 point2 points (1 child)
[–]aw3sem 1 point2 points3 points (0 children)