I currently work for a client who has decided to shift away from PHP and towards Python. They had a monolithic PHP app with perhaps 250,000 lines of code. Now we are developing a series of Python apps in the microservices style. We've decided to develop everything as Python 2.7. We are not looking at Python 3.x. There are a few reasons. Some libraries that we want are in Python 2.7. And Amazon only supports 2.7. And we are not wild about Python 3.x's attempt to imitate a classical object oriented style.We would look very closely at a Python 2.8, if it existed.
vosper|9 years ago
Also, I don't know what you mean by "Amazon only supports 2.7" because boto (the main client for Python) has supported Python 3 for 2 years now. Perhaps you mean Lambda?
hayd|9 years ago
paulddraper|9 years ago
jayflux|9 years ago
Genuinely curious as i thought nearly all of the main ones were ported now
drewrv|9 years ago
jimnotgym|9 years ago
antod|9 years ago
Curious. What do you mean by that?
antod|9 years ago
[deleted]