Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The <a href="https://developers.google.com/appengine/docs/python/tools/libraries27" rel="nofollow">Python 2.7 runtime includes NumPy</a>. It's a scientific library that can help you in what you want to do. </p> <p><strong>Numpy</strong> is a language extension that defines the numerical array and matrix type and basic operations on them.</p> <p>More info for NumPy <a href="http://www.numpy.org/" rel="nofollow">here</a></p> <p>Btw: </p> <blockquote> <p>However I found Google App Engine doesn't trust SciPy.</p> </blockquote> <p>I think should be:</p> <blockquote> <p>GAE only supports native python code</p> </blockquote> <p><strong>Edit</strong></p> <p>For random numbers you can use <a href="http://docs.python.org/2/library/random.html" rel="nofollow">Python's Random</a></p> <p>For CDF <a href="http://pysclint.sourceforge.net/pycdf/" rel="nofollow">http://pysclint.sourceforge.net/pycdf/</a> or <a href="http://code.google.com/p/netcdf4-python/" rel="nofollow">http://code.google.com/p/netcdf4-python/</a> but I am not sure if they just contain native code. You can try if you like. </p> <p>Also take a look here <a href="http://www.astro.cornell.edu/staff/loredo/statpy/" rel="nofollow">http://www.astro.cornell.edu/staff/loredo/statpy/</a></p> <p>Another approach could be to have a home server running any python module you might please. Then use a <a href="https://developers.google.com/appengine/docs/python/taskqueue/overview-pull" rel="nofollow">PULL QUEUE TO communicate via REST</a> with your "home" server and process the calculations there. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload