[BangPypers] "The Python I would like to see" - Armin Ronacher

Gora Mohanty gora at mimirtech.com
Tue Aug 19 18:12:45 CEST 2014


On 19 August 2014 21:24, Baiju M <baiju.m.mail at gmail.com> wrote:
>
> I would like to add one point about deployment of large and complex
> applications written in Python. Deployment of these types of applications
> are very difficult in Python.

Would you please elaborate on the difficulties? We are reasonably
happy with AWS images to bootstrap the system, then virtualenv, pip,
fabric and now ansible to deploy Django apps.

>
>                                                    I would love to install single statically
> linked binaries for deployment. Building these binaries should be very fact
> also, say less than 1 minute.

Statically-linked binaries are so 1990s :-)

>                                               This is one of the reason I am getting
> attracted to Golang :-)

For me, the main attraction of Go is the concurrency features. Syntax still
seems strange, though.

Regards,
Gora


More information about the BangPypers mailing list