This repo folder is the corresponding Python 3 version of the Module 21 app.
- All files in this folder are identical to the Python 2 code in the Module 21a 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 20 app (Module 20b 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 20 and 21a) which can.