appengine-scipy-zombie-apocalypse-python icon indicating copy to clipboard operation
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

  1. Make sure that you are invited to the VM Runtime Trusted Tester Program, and download the SDK.

  2. Update the application value of the app.yaml file from your-app-id to the Application ID which is whitelisted for the VM Runtime Trusted Tester Program.

  3. Run the following command:

    $ <sdk_directory>/appcfg.py -s preview.appengine.google.com update <project_directory>
    
  4. Visit the following URL: http://your-app-id.appspot.com/

Contributing changes

  • See CONTRIB.md

Licensing

  • See LICENSE