On Thu, Jul 3, 2014 at 2:01 PM, Ahmed Khatab <[email protected]> wrote:
> Can I run R script on GAE ? > > If you're talking about R the statistical computing language, no you can't run it on App Engine. But depending on your use case, you can build your application in another language. For instance Python offers a number of numerical and statistical libraries and App Engine hosts useful libraries such as matplotlib (for graphing), pycrypto (cryptography) and numpy <https://developers.google.com/appengine/docs/python/tools/libraries27>. ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
