What alternatives can you recommend to numpy to use on the Google App Engine?
Specifically I'm interested in matrix manipulations on large matrices.
The Python 2.7 runtime includes NumPy 1.6.1.
Update: As remarked by Matthew Simoneau and by @petr, the Python 2.7 runtime on GAE now includes Numpy among it's libraries.
When this question was originally asked and answered, the old answer was the following.
Old answer: GAE only supports native python code, so any modules written in C are out of the question. You could look around for native python modules with the functionality you need, but they will be slow. e.g., here. Amazon AWS or Rackspace might be a better fit if you need custom software installed, but its more expensive. Another option would be to have your app on GAE and do computation somewhere else via an API like picloud.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With