Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 586 Bytes

File metadata and controls

9 lines (7 loc) · 586 Bytes

Module 22 - Extending support for App Engine bundled services in Python 3

There are six folders in this directory that contain (complete) basic applications using the Blobstore, Deferred, and Mail bundled services. A Python 2 version using the webapp2 framework is provided along with a modernized Python 3 equivalent using the Flask web framework and the App Engine SDK.

Bundled service Python 2 webapp2 Python 3 Flask
Blobstore code code
Deferred code code
Mail code code