This repo folder is the corresponding Python 3 version of the Module 13 app.
- All files in this folder are identical to the Python 2 code in the Module 13a repo folder except:
app.yaml
was modified for the Python 3 runtime.appengine_config.py
is unused and thus deleted.
- An optional migration from Cloud NDB to Cloud Datastore can be achieved via the content covered in Module 3.
- The Python 3 version of the Module 12 app (Module 12b repo folder) features additional code to support those App Engine legacy ("bundled") services (like
memcache
). Because the app in this folder does not use such services (moved to Cloud Memorystore), that extra support does not appear, so the code here should not be considered a direct migration of that app to Cloud Memorystore (and Cloud NDB), unlike the Python 2 equivalents (Modules 12a and 13a) which can.