# App Engine Standard Flask Tutorial App [![Open in Cloud Shell][shell_img]][shell_link] [shell_img]: http://gstatic.com/cloudssh/images/open-btn.png [shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/standard/flask/tutorial/README.md This sample shows how to use [Flask](http://flask.pocoo.org/) to handle requests, forms, templates, and static files on Google App Engine Standard. Before running or deploying this application, install the dependencies using [pip](http://pip.readthedocs.io/en/stable/): pip install -t lib -r requirements.txt For more information, see the [App Engine Standard README](../../README.md)