1.. _tutorials.gettingstarted.index: 2 3Getting Started with App Engine 4=============================== 5This tutorial describes how to develop and deploy a simple Python project with 6Google App Engine. The example project, a guest book, demonstrates how to setup 7the Python runtime environment, how to use webapp2 and several App Engine 8services, including the datastore and the Google user service. 9 10This tutorial has the following sections: 11 12.. toctree:: 13 :maxdepth: 1 14 15 introduction.rst 16 devenvironment.rst 17 helloworld.rst 18 usingwebapp2.rst 19 usingusers.rst 20 handlingforms.rst 21 usingdatastore.rst 22 templates.rst 23 staticfiles.rst 24 uploading.rst 25 26.. note:: 27 This tutorial is a port from the official Python 28 `Getting Started <http://code.google.com/appengine/docs/python/gettingstarted/>`_ 29 guide from Google App Engine, created by the App Engine team and licensed 30 under the Creative Commons Attribution 3.0 License. 31