[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
Send feedback
Setting Up Your Development Environment
To set up your environment for developing on Python 2:
Install the latest release of Python 2.
See Python 2 Runtime Environment
for a list of the supported versions.
Install and initialize the Cloud SDK. If you already
have the Cloud SDK installed and initialized, run the
gcloud components update
command to update to the latest release.
The Cloud SDK provides you the gcloud
command-line tooling for
deploying and managing your apps.
By downloading, you agree to be bound by the Terms that
govern use of the Cloud SDK for App Engine.
Install and initialize the Cloud SDK
Install the
gcloud component that includes the App Engine extension for
Python 2.
If you used the apt
or yum
package managers to install the Cloud SDK,
use those same package managers to install the gcloud component .
Otherwise, use the following command:
gcloud components install app-engine-python
For access to code, samples, libraries, and tools in
GitHub ,
install Git:
Install Git
Install your preferred tooling or framework, for example you can use any
of the following frameworks to develop your Python 2 app:
Run the following command to install the Extra Libraries component for
Python 2, which includes the
graphy
and Django
libraries:
gcloud components install app-engine-python-extras
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-12-07 UTC.