Re: [google-appengine] Google Cloud -- Good for small programmes?

2016-04-19 Thread 'Alex Martelli' via Google App Engine
On Tue, Apr 19, 2016 at 3:17 PM, ryan broman wrote: > Thank you! All the libraries I need are pure Python, so the GAE shouldn't > have any problem downloading them if I put it in the requirements.txt > As long as everything's Python *** 2.7 ***, that should indeed be the

Re: [google-appengine] Google Cloud -- Good for small programmes?

2016-04-19 Thread ryan broman
Thank you! All the libraries I need are pure Python, so the GAE shouldn't have any problem downloading them if I put it in the requirements.txt -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop

Re: [google-appengine] Google Cloud -- Good for small programmes?

2016-04-19 Thread 'Alex Martelli' via Google App Engine
Hello Ryan, the task you describe sounds ideal for Google App Engine, which does have an ongoing free quota you'd likely fit in -- *except* that GAE (in the standard runtimes, those with free quotas) does not currently support Python 3 -- you'd have to port your program to Python 2.7. (Also, you

[google-appengine] Google Cloud -- Good for small programmes?

2016-04-19 Thread ryan broman
I have a Python 3 programme that forms semicoherent sentences via Markov chains every 6 minutes and posts these sentences to a social network, and also sometimes interacts with its "friend"'s posts as well. It's small code and and it doesn't use much storage, maybe 10MB at max. Would Google