Google App Engine lets you run web applications on Google’s infrastructure.
Login into your Google App Engine. I don’t have one then must activate it from here.
Google will ask your Project name and project ID … see the next picture.
Go to Codenvy website and make a new project ( I let the default name: untitled).
Select Python and Google App Engine to make your project.
The template project it’s a simple AJAX chat, see the next image:
In the next window type the project ID from Google App Engine. See the name: codenvy-python-001.
Select all settings like in the next image …
The codenvy will try to deal with Google, so press Accept button from the next window.
I got one error … this can be fixed after so press ok button and go to the next step…
Now you can run the application. Go to the main menu and press Run -> Run Application.
In the bottom of the Codenvy IDE, you can see one window named Output.
In this window will see one link create by running application.
Click on this link and in your browser will see running the default python project like in the next image.
In the next image, you can see the tree files project and you can read and deal with this source code.
This is all for today. Have a great day.