Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
App Engine te permite elegir entre dos entornos de lenguaje Python. Ambos entornos presentan el mismo flujo de trabajo del desarrollador centrado en códigos, escalan con rapidez y eficiencia para controlar los aumentos en la demanda y te permiten usar tecnología de entrega comprobada de Google a fin de compilar tus aplicaciones web, para dispositivos móviles y de IoT con rapidez y con una sobrecarga operativa mínima. Estos dos entornos tienen mucho en común, pero también presentan algunas diferencias importantes.
Elige tu entorno preferido
Entorno estándar
Está optimizado para escalar casi instantáneamente a fin de controlar grandes aumentos repentinos de tráfico.
Tiene entornos de ejecución de código abierto capaces de ejecutar cualquier objeto binario, biblioteca o marco de trabajo
Ofrece tipos de instancias de CPU y memoria superiores
Puede acceder a recursos en la misma red de Compute Engine
No está incluido en el nivel gratuito. La aplicación siempre tiene una cantidad mínima de instancias en ejecución.
Más rentable para aplicaciones que entregan tráfico continuamente
Puedes ejecutar una aplicación de App Engine en dos entornos, el entorno estándar y el flexible. Consulta un resumen de las diferencias entre los dos entornos.
Si es la primera vez que usas Google Cloud, crea una cuenta para evaluar el
rendimiento de App Engine en situaciones
reales. Los clientes nuevos también obtienen $300 en créditos gratuitos para ejecutar, probar y, además, implementar cargas de trabajo.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],[],[[["\u003cp\u003eApp Engine offers two Python environments, Standard and Flexible, both using a code-centric workflow and providing quick, efficient scaling.\u003c/p\u003e\n"],["\u003cp\u003eThe Standard environment features near-instantaneous scaling and a free tier, running on Ubuntu OS, but does not support Python 2.7.\u003c/p\u003e\n"],["\u003cp\u003eThe Flexible environment supports any framework or binary with open-source runtimes, offers larger instance types, and allows access to Compute Engine networks.\u003c/p\u003e\n"],["\u003cp\u003eThe Flexible environment is most cost-effective for continuously running applications but has no free tier and requires a minimum number of running instances.\u003c/p\u003e\n"]]],[],null,["# Python on Google App Engine\n\nApp Engine offers you a choice between two Python language environments. Both environments have the same code-centric developer workflow, scale quickly and efficiently to handle increasing demand, and enable you to use Google's proven serving technology to build your web, mobile and IoT applications quickly and with minimal operational overhead. While the two environments have a lot in common, they differ in a few important ways. \n\nChoose your preferred environment\n---------------------------------\n\n### Standard environment\n\n- Optimized to scale nearly instantaneously to handle huge traffic spikes\n\n- [Free tier](/appengine/pricing)\n\n- Ubuntu OS\n\n- The Python 2.7 runtime is [no longer supported](/appengine/docs/standard/lifecycle/support-schedule#python).\n\n[View Docs](/appengine/docs/standard/python3/runtime) \n\n### Flexible environment\n\n- Open source runtimes capable of running any framework, library, or binary\n\n- Greater CPU and memory instance types\n\n- Can access resources in the same Compute Engine network\n\n- No free tier. Application always has a minimum number of running instances.\n Most cost-effective for applications that serve traffic continuously\n\n- Ubuntu OS\n\n[View docs](/appengine/docs/flexible/python/runtime) \n\nChoosing an environment\n-----------------------\n\nYou can run an App Engine application in two environments, the standard environment and the flexible environment. See a summary of differences between the two environments.\n[Learn more](/appengine/docs/the-appengine-environments)\n\nTry it for yourself\n-------------------\n\n\nIf you're new to Google Cloud, create an account to evaluate how\nApp Engine performs in real-world\nscenarios. New customers also get $300 in free credits to run, test, and\ndeploy workloads.\n[Try App Engine free](https://console.cloud.google.com/freetrial)"]]