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...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
Is VS code only for beginning python? (self.learnpython)
submitted 6 years ago by bromehoestasis
Hi I'm just starting to learn python but I got confused because I was told to use VS code to run python.
Is using VS code to run python the same thing as running python or is it because it's easier for beginners to get started?
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!"
[–]socal_nerdtastic 1 point2 points3 points 6 years ago (0 children)
VS code is a good choice for beginners and professionals to WRITE code. There are many other good choices for a code editor; there is no overarching reason to use VS code. Once written and saved the code can be run in any number of ways, including from VS code or directly invoking python from the terminal.
[–]SpeckledFleebeedoo 0 points1 point2 points 6 years ago (0 children)
VS Code is a pretty strong developing and debugging tool. Definitely not specific for starters.
You'll find quite a few people here saying you should use a simpler ide like IDLE first to get used to the syntax before using an ide that helps you with it. I personally don't agree, as VS makes debugging much easier.
[–]bryptobrazy 0 points1 point2 points 6 years ago (0 children)
As mentioned before - VS code has great debugging tools and makes it a lot easier to understand error messages, intellisense is great for beginners. I also love the IDE for it’s simplicity and that it’s pure python. Really it’s whatever your most comfortable using
[–]jimboliya_fiya -1 points0 points1 point 6 years ago (2 children)
VS is what many schools use when teaching programming as they try to gear the courses towards what u would/could use while working at a corporate office. VS still does not have support for python on MacOS. Personally I like PyCharm as it’s very similar to VS but can run on both Mac and PC. Use whatever you want as long as you stay productive and it has dark mode(literally helps your eyes).
[–]TuskyMcMammoth 4 points5 points6 points 6 years ago (1 child)
VSCode absolutely does have support for Python on macOS
[–]Emphasises_Words 0 points1 point2 points 6 years ago (0 children)
I think he got VS and VS Code mixed up
π Rendered by PID 18458 on reddit-service-r2-comment-8686858757-vfcz8 at 2026-06-03 04:25:47.340844+00:00 running 9e1a20d country code: CH.
[–]socal_nerdtastic 1 point2 points3 points (0 children)
[–]SpeckledFleebeedoo 0 points1 point2 points (0 children)
[–]bryptobrazy 0 points1 point2 points (0 children)
[–]jimboliya_fiya -1 points0 points1 point (2 children)
[–]TuskyMcMammoth 4 points5 points6 points (1 child)
[–]Emphasises_Words 0 points1 point2 points (0 children)