Remote server: running a Python script and making *.csv files publicly available

Jason Hsu jhsu802701 at gmail.com
Wed Dec 5 14:14:42 EST 2012


I have a Python 2.7 script that produces *.csv files.  I'd like to run this Python script on a remote server and make the *.csv files publicly available to read.

Can this be done on Heroku?  I've gone through the tutorial, but it seems to be geared towards people who want to create a whole web site.

If Heroku isn't the solution for me, what are the alternatives?  I tried Google App Engine, but it requires Python 2.5 and won't work with 2.7.



More information about the Python-list mailing list