Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 6
    There isn't much difference between Python 2.x+ and Python 3.x+, so you might as well learn Python 2.x+. You can have more than one version of Python on a machine at the same time, but the only way to use Python 3 with App Engine at the moment is by using the "Managed VMs" feature: developers.google.com/cloud/managed-vms Commented Jun 15, 2014 at 11:40
  • 3
    Google's internal issue for GAE Py3k support: code.google.com/p/googleappengine/issues/detail?id=909 Commented Sep 24, 2014 at 20:16