Where can I host my Python script?

Where can I host a simple Python script to run on via cron every few hours?

  • I don't want to run my own server, and I'd rather avoid the complexity of shared hosting - is there a modern service where I can just paste a few dozen lines of Python in to a textarea and have it run every few hours?

  • Answer:

    https://www.pythonanywhere.com/ They have a super simple interface for cron-type jobs.

Julius Bier Kirkegaard at Quora Visit the source

Was this solution helpful to you?

Other answers

You can do this easily on Heroku. Step by step directions for the beginner here: http://paulkarayan.tumblr.com/post/72895819532/how-to-run-a-daily-script-on-heroku

Paul Karayan

Microsoft Azure Sites has a a very versatile new feature called WebJobs which does this very well: http://azure.microsoft.com/en-us/documentation/articles/web-sites-create-web-jobs/ Note: You don't have to host your site in Azure Sites in order to have this work.

Anonymous

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.