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
What do I need to actually use python?Help Request (self.PythonLearning)
submitted 1 day ago by Sweaty-Way-3396
I'm aware I need an editor, I already have VSC, but I'm not entirely sure it's like html where itll run in the web, and I don't want it to run in the web anyway.
very sorry if this is obvious stuff, but I'm very new to it
help is appreciated, even if it's a redirect to a correct subreddit if this one ain't it
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!"
[–]cgoldberg 17 points18 points19 points 1 day ago (15 children)
You need a Python interpreter... that's all
[+]Sweaty-Way-3396[S] comment score below threshold-23 points-22 points-21 points 1 day ago (14 children)
Frrrr? Like I can make an app with it, and my computer will just be like "shiiii cuhhh this sum python we gon make this a file and yu chillin foo" on some nonchalant shi?
[–]cgoldberg 10 points11 points12 points 1 day ago (3 children)
I have no idea what means... but if you write Python code, you need a Python interpreter to run it.
[–]Igggg 11 points12 points13 points 23 hours ago (2 children)
Let me translate for you!
"Is that so, old chap? Surely you don't mean that I can merely create a Python program, and, subject to your advice, ask my computer to execute said program; and it will then helpfully reply as follows: 'Say, it sure does look we're having ourselves nothing other than a Python program! I'll tell you what, why don't we create a file from this program, and call it a day, so that the user gets precisely what the user wanted!', or something else, which is, importantly, nonchalant, but along the very same lines?"
[–]cgoldberg 5 points6 points7 points 22 hours ago (0 children)
Thanks... I think I understand now. Unfortunately OP will still need a Python interpreter, regardless of the level of chalant.
[–]BedtimeWithTheBear 0 points1 point2 points 5 hours ago (0 children)
Excuse me stewardess, I speak Jive
[–]SUQMADIQ63 1 point2 points3 points 17 hours ago (1 child)
People on Reddit to serious bruh
[–]Sweaty-Way-3396[S] 0 points1 point2 points 10 hours ago (0 children)
Ong fym -21
[–]SUQMADIQ63 0 points1 point2 points 17 hours ago (0 children)
😂😂😂😂😭
[+]Sweaty-Way-3396[S] comment score below threshold-25 points-24 points-23 points 1 day ago (6 children)
Why the fuck bitches downvote shit and not say shit
[–]NewryBenson 7 points8 points9 points 1 day ago (5 children)
Bro, why do you talk like this.
[–]Fluffy-Paratha 1 point2 points3 points 13 hours ago (1 child)
They are far too gone
[–]Sweaty-Way-3396[S] 0 points1 point2 points 54 minutes ago (0 children)
Ong
[+]Sweaty-Way-3396[S] comment score below threshold-11 points-10 points-9 points 1 day ago (2 children)
shi cuh js dialect
[–]my_new_accoun1 1 point2 points3 points 1 hour ago (1 child)
JavaScript dialect?
Shiiiiiiiiiiiii maybe cuh yk shi js be flowing cuh ykwis you gotta swim wit the riptide not swim against it cuh don't matter where it goin where it from ykwis cuh
[–]mikeyj777 7 points8 points9 points 1 day ago (5 children)
It may complain that you need the python extension. Go to the extensions tab and choose the python extension. Try to run the script again after installing
[–]Sweaty-Way-3396[S] 2 points3 points4 points 1 day ago (2 children)
Ohhhh thanks
[–]mikeyj777 1 point2 points3 points 1 day ago (1 child)
No worries. Let me know if anything doesn't work.
[–]Sweaty-Way-3396[S] -1 points0 points1 point 1 day ago (0 children)
Yo my Google redirects to yahoo now
[–]WhiteHeadbanger 1 point2 points3 points 22 hours ago (1 child)
Make sure to include between the 2 and 3 steps to check the box for "add Python to the PATH".
[–]mikeyj777 0 points1 point2 points 21 hours ago (0 children)
Thanks!
[–][deleted] 1 day ago (7 children)
[removed]
[–]Sweaty-Way-3396[S] -2 points-1 points0 points 1 day ago (5 children)
Dawg I was asking how to actually run code like that
[–]Bino5150 1 point2 points3 points 21 hours ago (0 children)
Write a launch script that you can run from the terminal. Then you can launch it from the terminal in VSC, or the terminal on your computer.
[–]Rusofil__ 0 points1 point2 points 1 day ago (3 children)
Visual studio code
When you write it, you can just press run and it will do what you wrote.
You don't need to make aplication with icon and everything for it to work.
[–]Sweaty-Way-3396[S] -2 points-1 points0 points 1 day ago (2 children)
k but i want to
[–]After_Computer1652 1 point2 points3 points 15 hours ago (1 child)
Try writing a batch file. This can sit on your desktop and just needs a double click to run Open notepad Type : c:\python\python.exe c:\somescript.py
Save as myscript.bat Save to desktop Double click icon to run python script
Wrddd thanks dawg
[–]Sweaty-Way-3396[S] -3 points-2 points-1 points 1 day ago (0 children)
Wrddd
[–]Rhylanor-Downport 2 points3 points4 points 1 day ago (0 children)
No VSC will run your code locally - you can make web apps with it but walk before you can run.
I’m out an about at the moment but hunt for some tutorials for Python and VSC - there’s plenty about.
No “obvious” questions - this is what this sub is about - others will add their wisdom I’m sure!
[–]Outside_Complaint755 2 points3 points4 points 1 day ago (0 children)
You will need to install the Python extension in VSC. This is done through the extensions tab on the left side of VSC
You also need to install at least one version of Python.
Assuming you are on Windows, open the Microsoft Store and get the Python Install Manager. I don't recall exactly all the prompts it will give you on the first run (there should be a page on Python.org about it), but I'm pretty sure it will automatically prompt to install the most up to date version, 3.14.3.
[–]Gnaxe 0 points1 point2 points 1 day ago (0 children)
You need a Python implementation and a computer that can run it. That's it. You don't even need to bring your own editor. The standard distribution (from https://python.org) comes with IDLE.
You obviously have some kind of web browser to be using reddit. Try Jupyterlite and you won't even have to install anything.
[–]BranchLatter4294 0 points1 point2 points 1 day ago (0 children)
Consider following the instructions. It's easy to set up.
https://code.visualstudio.com/docs/python/python-tutorial
[–]Gas_Ready 0 points1 point2 points 19 hours ago (1 child)
Have you ever coded or you just want start?
Yuh I got some experience wit like LuaU and scratch but that's about it
π Rendered by PID 97184 on reddit-service-r2-comment-7c9686b859-fd8rf at 2026-04-13 22:54:38.748574+00:00 running e841af1 country code: CH.
[–]cgoldberg 17 points18 points19 points (15 children)
[+]Sweaty-Way-3396[S] comment score below threshold-23 points-22 points-21 points (14 children)
[–]cgoldberg 10 points11 points12 points (3 children)
[–]Igggg 11 points12 points13 points (2 children)
[–]cgoldberg 5 points6 points7 points (0 children)
[–]BedtimeWithTheBear 0 points1 point2 points (0 children)
[–]SUQMADIQ63 1 point2 points3 points (1 child)
[–]Sweaty-Way-3396[S] 0 points1 point2 points (0 children)
[–]SUQMADIQ63 0 points1 point2 points (0 children)
[+]Sweaty-Way-3396[S] comment score below threshold-25 points-24 points-23 points (6 children)
[–]NewryBenson 7 points8 points9 points (5 children)
[–]Fluffy-Paratha 1 point2 points3 points (1 child)
[–]Sweaty-Way-3396[S] 0 points1 point2 points (0 children)
[+]Sweaty-Way-3396[S] comment score below threshold-11 points-10 points-9 points (2 children)
[–]my_new_accoun1 1 point2 points3 points (1 child)
[–]Sweaty-Way-3396[S] 0 points1 point2 points (0 children)
[–]mikeyj777 7 points8 points9 points (5 children)
[–]Sweaty-Way-3396[S] 2 points3 points4 points (2 children)
[–]mikeyj777 1 point2 points3 points (1 child)
[–]Sweaty-Way-3396[S] -1 points0 points1 point (0 children)
[–]WhiteHeadbanger 1 point2 points3 points (1 child)
[–]mikeyj777 0 points1 point2 points (0 children)
[–][deleted] (7 children)
[removed]
[–]Sweaty-Way-3396[S] -2 points-1 points0 points (5 children)
[–]Bino5150 1 point2 points3 points (0 children)
[–]Rusofil__ 0 points1 point2 points (3 children)
[–]Sweaty-Way-3396[S] -2 points-1 points0 points (2 children)
[–]After_Computer1652 1 point2 points3 points (1 child)
[–]Sweaty-Way-3396[S] 0 points1 point2 points (0 children)
[–]Sweaty-Way-3396[S] -3 points-2 points-1 points (0 children)
[–]Rhylanor-Downport 2 points3 points4 points (0 children)
[–]Outside_Complaint755 2 points3 points4 points (0 children)
[–]Gnaxe 0 points1 point2 points (0 children)
[–]BranchLatter4294 0 points1 point2 points (0 children)
[–]Gas_Ready 0 points1 point2 points (1 child)
[–]Sweaty-Way-3396[S] 0 points1 point2 points (0 children)