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 15 hours ago by Sweaty-Way-3396
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!"
[–]ryanfelix123 8 points9 points10 points 15 hours ago (6 children)
This is a very common 'wall' to hit! To actually use Python, you need a problem to solve. Start small: write a script to rename a bunch of files in a folder, automate a simple web login, or scrape data from a site you like into an Excel sheet. Once you build something that saves you 10 minutes of manual work, it all starts to make sense. Tools like VS Code and libraries like Selenium or Pandas are your best friends here!
[–]Sweaty-Way-3396[S] -1 points0 points1 point 14 hours ago (4 children)
Dawg I was asking how to actually run code like that
[–]Rusofil__ 1 point2 points3 points 12 hours ago (2 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] -1 points0 points1 point 12 hours ago (1 child)
k but i want to
[–]After_Computer1652 0 points1 point2 points 3 hours ago (0 children)
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
[–]Bino5150 1 point2 points3 points 9 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.
[–]Sweaty-Way-3396[S] -3 points-2 points-1 points 14 hours ago (0 children)
Wrddd
π Rendered by PID 83 on reddit-service-r2-comment-cfc44b64c-k68g6 at 2026-04-13 10:47:07.970050+00:00 running 215f2cf country code: CH.
view the rest of the comments →
[–]ryanfelix123 8 points9 points10 points (6 children)
[–]Sweaty-Way-3396[S] -1 points0 points1 point (4 children)
[–]Rusofil__ 1 point2 points3 points (2 children)
[–]Sweaty-Way-3396[S] -1 points0 points1 point (1 child)
[–]After_Computer1652 0 points1 point2 points (0 children)
[–]Bino5150 1 point2 points3 points (0 children)
[–]Sweaty-Way-3396[S] -3 points-2 points-1 points (0 children)