/ / Come distribuire webapp scritto in Python 3.3 su AWS / GAE [chiuso] - django, google-app-engine, python-2.7, python-3.x, amazon-web-services

Come distribuire la webapp scritta in python 3.3 in AWS / GAE [closed] - django, google-app-engine, python-2.7, python-3.x, amazon-web-services

Il mio ambiente di sviluppo è Django 1.5 / Python 3.3. Ora, quando sto provando a implementare AWS usando Elastic Beanstalk, e ho scoperto che supportano solo Python 2.7. Credo la stessa cosa con GAE. Mi piacerebbe usare il livello gratuito di entrambe le piattaforme, quindi chiunque può offrire alcune idee?

risposte:

0 per risposta № 1

Se stai guardando una piattaforma di distribuzione che supporta solo Python 2.7, allora non hai davvero alcuna opzione che passare a Python 2.7 o scegliere una piattaforma diversa su cui distribuire.

Se usi Python 2.7, ce ne sono molti __future__ importazioni che è possibile utilizzare per avvicinare il codice a Python 3. Vedere il guida di porting per maggiori informazioni.