appengine-scipy-zombie-apocalypse-python
appengine-scipy-zombie-apocalypse-python copied to clipboard
A simulator for zombie apocalypse with scipy
Copyright (C) 2010-2014 Google Inc.
App Engine Python VM Runtime 'Zombie Apocalypse' example
This sample is inspired by a Zombie Apocalypse ODEINT demo listed in the Scipy Cookbook.
It demos use of the apt_get_install directive in the app.yaml file to load python-numpy, python-scipy, and python-matplotlib.
Deploying
-
Make sure that you are invited to the VM Runtime Trusted Tester Program, and download the SDK.
-
Update the
applicationvalue of theapp.yamlfile fromyour-app-idto the Application ID which is whitelisted for the VM Runtime Trusted Tester Program. -
Run the following command:
$ <sdk_directory>/appcfg.py -s preview.appengine.google.com update <project_directory> -
Visit the following URL:
http://your-app-id.appspot.com/
Contributing changes
- See CONTRIB.md
Licensing
- See LICENSE