$ mkdir <project directory> $ cd <project directory> $ vi app.yaml
You can refer sample here
$ vi main.py
$ dev_appserver.py .
Then you can see the sample web site from http://localhost:8080
S.Yatsuzuka