.. _tutorials.gettingstarted.index: Getting Started with App Engine =============================== This tutorial describes how to develop and deploy a simple Python project with Google App Engine. The example project, a guest book, demonstrates how to setup the Python runtime environment, how to use webapp2 and several App Engine services, including the datastore and the Google user service. This tutorial has the following sections: .. toctree:: :maxdepth: 1 introduction.rst devenvironment.rst helloworld.rst usingwebapp2.rst usingusers.rst handlingforms.rst usingdatastore.rst templates.rst staticfiles.rst uploading.rst .. note:: This tutorial is a port from the official Python `Getting Started `_ guide from Google App Engine, created by the App Engine team and licensed under the Creative Commons Attribution 3.0 License.