What all python packages/libraries are in Google App Engine?

App Engine bundles most of the standard library, with a few exceptions ( marshal isn't available cPickle is an alias for pickle and modules dealing with, e.g. , sockets, won't work), plus webob simplejson django and PyYAML You can see a listing here You can include any pure python libraries you want with your application. C extensions are not supported, which rules out numpy, scipy, and anything that depends on them (like the other 2 modules you mention.) The Python 2.7 runtime, soon to go to trusted testers, will include numpy (along with PIL and lxml), but at the moment there's been no indication that arbitrary C extensions will be allowed any time soon (although there is some hope that they might eventually be allowed via NaCL. ).

App Engine bundles most of the standard library, with a few exceptions (marshal isn't available, cPickle is an alias for pickle, and modules dealing with, e.g. , sockets, won't work), plus webob, simplejson, django, and PyYAML. You can see a listing here. You can include any pure python libraries you want with your application.

C extensions are not supported, which rules out numpy, scipy, and anything that depends on them (like the other 2 modules you mention. ) The Python 2.7 runtime, soon to go to trusted testers, will include numpy (along with PIL and lxml), but at the moment there's been no indication that arbitrary C extensions will be allowed any time soon (although there is some hope that they might eventually be allowed via NaCL.).

PIL, NumPy, and lxml library where be support futrue you could see this post groups.google.com/group/google-appengine... enter link description here.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions