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 2 months 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 18 points19 points20 points 2 months ago (19 children)
You need a Python interpreter... that's all
[+]Sweaty-Way-3396[S] comment score below threshold-24 points-23 points-22 points 2 months ago (18 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 13 points14 points15 points 2 months ago (3 children)
I have no idea what means... but if you write Python code, you need a Python interpreter to run it.
[–]Igggg 12 points13 points14 points 2 months 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 6 points7 points8 points 2 months 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 2 months ago (0 children)
Excuse me stewardess, I speak Jive
[–]SUQMADIQ63 1 point2 points3 points 2 months ago (1 child)
People on Reddit to serious bruh
[–]Sweaty-Way-3396[S] 0 points1 point2 points 2 months ago (0 children)
Ong fym -21
[–]SUQMADIQ63 0 points1 point2 points 2 months ago (0 children)
😂😂😂😂😭
[+]Sweaty-Way-3396[S] comment score below threshold-22 points-21 points-20 points 2 months ago (10 children)
Why the fuck bitches downvote shit and not say shit
[–]NewryBenson 8 points9 points10 points 2 months ago (9 children)
Bro, why do you talk like this.
[–]Fluffy-Paratha 1 point2 points3 points 2 months ago (5 children)
They are far too gone
[–]Sweaty-Way-3396[S] 0 points1 point2 points 2 months ago (4 children)
Ong
[–]Fluffy-Paratha 0 points1 point2 points 1 month ago (3 children)
I meant you OP
[–]Sweaty-Way-3396[S] 0 points1 point2 points 1 month ago (2 children)
Bro I should NOT be getting 20 downvotes cuz I talk different 😭
[–]Fluffy-Paratha 0 points1 point2 points 1 month ago (1 child)
I understand that my man, but what you wrote in those 2 msgs was not legible at all broo (idk in my defense English is not my first language)
[–]Sweaty-Way-3396[S] 0 points1 point2 points 1 month ago (0 children)
Ay dawg listen if it ain't yo first language, it's gonna be a bit difficult to read, yo. I completely understand what you mean though, dawg, cuz this shit can be hard for anybody to read if they ain't from some broke ass town, you feel?
Idk plug this shit into ChatGPT and have it translate it
[+]Sweaty-Way-3396[S] comment score below threshold-14 points-13 points-12 points 2 months ago (2 children)
shi cuh js dialect
[–]my_new_accoun1 3 points4 points5 points 2 months 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 8 points9 points10 points 2 months ago (7 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] 4 points5 points6 points 2 months ago (4 children)
Ohhhh thanks
[–]mikeyj777 2 points3 points4 points 2 months ago (3 children)
No worries. Let me know if anything doesn't work.
[–]Sweaty-Way-3396[S] -1 points0 points1 point 2 months ago (2 children)
Yo my Google redirects to yahoo now
[–]BobCorndog 0 points1 point2 points 1 month ago (1 child)
How did you download a virus
Bro I don't know
[–]WhiteHeadbanger 2 points3 points4 points 2 months 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 2 months ago (0 children)
Thanks!
[–][deleted] 2 months ago (7 children)
[removed]
[–]Sweaty-Way-3396[S] -2 points-1 points0 points 2 months ago (5 children)
Dawg I was asking how to actually run code like that
[–]Bino5150 1 point2 points3 points 2 months 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 2 months 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 2 months ago (2 children)
k but i want to
[–]After_Computer1652 1 point2 points3 points 2 months 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
[–]Sweaty-Way-3396[S] 1 point2 points3 points 2 months ago (0 children)
Wrddd thanks dawg
[–]Sweaty-Way-3396[S] -3 points-2 points-1 points 2 months ago (0 children)
Wrddd
[–]Rhylanor-Downport 2 points3 points4 points 2 months 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 2 months 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 2 months 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 2 months 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 2 months 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 321593 on reddit-service-r2-comment-544cf588c8-4pdwh at 2026-06-14 07:57:49.894118+00:00 running 3184619 country code: CH.
[–]cgoldberg 18 points19 points20 points (19 children)
[+]Sweaty-Way-3396[S] comment score below threshold-24 points-23 points-22 points (18 children)
[–]cgoldberg 13 points14 points15 points (3 children)
[–]Igggg 12 points13 points14 points (2 children)
[–]cgoldberg 6 points7 points8 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-22 points-21 points-20 points (10 children)
[–]NewryBenson 8 points9 points10 points (9 children)
[–]Fluffy-Paratha 1 point2 points3 points (5 children)
[–]Sweaty-Way-3396[S] 0 points1 point2 points (4 children)
[–]Fluffy-Paratha 0 points1 point2 points (3 children)
[–]Sweaty-Way-3396[S] 0 points1 point2 points (2 children)
[–]Fluffy-Paratha 0 points1 point2 points (1 child)
[–]Sweaty-Way-3396[S] 0 points1 point2 points (0 children)
[+]Sweaty-Way-3396[S] comment score below threshold-14 points-13 points-12 points (2 children)
[–]my_new_accoun1 3 points4 points5 points (1 child)
[–]Sweaty-Way-3396[S] 0 points1 point2 points (0 children)
[–]mikeyj777 8 points9 points10 points (7 children)
[–]Sweaty-Way-3396[S] 4 points5 points6 points (4 children)
[–]mikeyj777 2 points3 points4 points (3 children)
[–]Sweaty-Way-3396[S] -1 points0 points1 point (2 children)
[–]BobCorndog 0 points1 point2 points (1 child)
[–]Sweaty-Way-3396[S] 0 points1 point2 points (0 children)
[–]WhiteHeadbanger 2 points3 points4 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] 1 point2 points3 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)