Posts

Qwik Start - Python App Engine

Review App Engine allows developers to focus on what they do best: writing code. App Engine's standard environment is built on container instances running on Google's infrastructure, with containers preconfigured with different runtimes (Java 7, Java 8, Python 2.7, Go, PHP, etc.). Each runtime includes libraries that support the App Engine standard API. For many applications, the standard environment runtime and libraries are sufficient. With App Engine's standard environment, you can build and deploy applications that run reliably with large amounts of data and under heavy load. App Engine's standard environment includes the following features: Persistent storage that can be queried, indexed, and transacted Automatic scaling and load balancing Synchronous task queues to execute tasks outside the scope of the application Scheduled tasks to trigger events at specified times or intervals Integration with other Google Cloud services and APIs Applications run in a secure sa...