| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This repo folder is the corresponding Python 3 code to the Module 9 codelab (TBD). The tutorial STARTs with the Python 2 code in the Module 8 repo folder and leads developers through migrating from Python 2 to 3, Cloud NDB to Cloud Datastore plus any changes from Cloud Tasks v1 to v2, culminating in the code in this folder. One major addition to look for here vs. Module 8 is that App Engine taskqueue creates a default push queue while Cloud Tasks does not, so that now has to be done in code.
NOTE: Backport to Python 2: When migrating this app to Python 3, we added a Python 3 dependency: the print() function. If for any reason you need to get back on Python 2 App Engine, you would have to:
from __future__ import print_function
| Back | FazBrowse Home | New Git URL |