|
|
|
|
|
by jshen
2288 days ago
|
|
One example, the python2 libraries for google app engine were abandoned, and google forced you to rewrite to totally different libraries for python 3. https://cloud.google.com/appengine/docs/standard/python/migr... “Starting with the Python 3 runtime, the App Engine standard environment no longer includes bundled App Engine services such as Memcache and Task Queues. Instead, Google Cloud provides standalone products that are equivalent to most of the bundled services in the Python 2 runtime. For the bundled services that are not available as separate products in Google Cloud, such as image processing, search, and messaging, you can use third-party providers or other workarounds as suggested in this migration guide. Removing the bundled App Engine services enables the Python 3 runtime to support a fully idiomatic Python development experience. In the Python 3 runtime, you write a standard Python app that is fully portable and can run in any standard Python environment, including App Engine.” |
|