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

Miki Tebeka miki.tebeka at gmail.com
Wed Dec 5 16:06:41 EST 2012


On Wednesday, December 5, 2012 11:14:42 AM UTC-8, Jason Hsu wrote:
> 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.
See one option - http://stackoverflow.com/questions/8470733/how-can-i-handle-static-files-with-python-webapp2-in-heroku

> 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.
AppEngine does support Python 2.7, see https://developers.google.com/appengine/docs/python/runtime



More information about the Python-list mailing list