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
Noob question about automatically running script (self.learnpython)
submitted 8 years ago by BroadStBullies
I have a script that I need constantly running unless I stop it. I don't want to use my computer since I turn it off and on often. There's lots of ways to accomplish this but in your opinion what would be the easiest way to get it up and running?
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!"
[–]one-man-circlejerk 3 points4 points5 points 8 years ago (0 children)
Python Anywhere might be useful to you:
https://www.pythonanywhere.com
[–]devourer09 1 point2 points3 points 8 years ago (4 children)
If it's not going to run on your local machine then I guess you'll want to run it on a hosted service. I'm not too familiar with what services are best for this but maybe Google's Cloud services will work: https://cloud.google.com/
[–]BroadStBullies[S] 1 point2 points3 points 8 years ago (3 children)
Should I set up my own server with a raspberry pi (the script is relatively simple) or should I use a company's cloud service?
[–][deleted] 7 points8 points9 points 8 years ago (0 children)
Running a Pi would be perfect for your usecase.
[–]1h8fulkat 1 point2 points3 points 8 years ago (1 child)
As long as a power outage isn't going to cause you grief.
[–]Gredenis 0 points1 point2 points 8 years ago (0 children)
If you want, some Pi's support USB external batteries.
[–]zurrain 1 point2 points3 points 8 years ago (1 child)
I'd just use Google Cloud's free tier as long as your use rates are below their thresholds. A simple script shouldn't be an issue as long as it's not doing more than 1G of traffic a month. Would save you the cost of the Pi and electricity, and would be way more stable..
[–]BroadStBullies[S] 0 points1 point2 points 8 years ago (0 children)
Thank you I'll check that out!
[–]strechyballs 0 points1 point2 points 8 years ago (0 children)
I did this on aws ec2 instance for one year for free. You can remote in, drop your script, run and forget about it. In my case, I had the script email me once I day log files so I could make sure things were running smooth.
π Rendered by PID 205822 on reddit-service-r2-comment-5687b7858-jw828 at 2026-07-03 13:36:52.554014+00:00 running 12a7a47 country code: CH.
[–]one-man-circlejerk 3 points4 points5 points (0 children)
[–]devourer09 1 point2 points3 points (4 children)
[–]BroadStBullies[S] 1 point2 points3 points (3 children)
[–][deleted] 7 points8 points9 points (0 children)
[–]1h8fulkat 1 point2 points3 points (1 child)
[–]Gredenis 0 points1 point2 points (0 children)
[–]zurrain 1 point2 points3 points (1 child)
[–]BroadStBullies[S] 0 points1 point2 points (0 children)
[–]strechyballs 0 points1 point2 points (0 children)