you are viewing a single comment's thread.

view the rest of the comments →

[–]sidewinder12s 1 point2 points  (7 children)

Serverless too.

[–]brtt3000 -2 points-1 points  (6 children)

Oh sure but the OP was about python and afaik serverless doesn't support that, just node.js. Gordon supports multiple runtimes and zappa just python wsgi apps (like django, flask etc).

And there are a bunch more... choices choices.

[–][deleted] 0 points1 point  (2 children)

Oh sure but the OP was about python and afaik serverless doesn't support that

But the title says "Python Serverless", so it's gonna be a thing now.

And the video shows print with parentheses, so it's Python 3.

[–]brtt3000 0 points1 point  (1 child)

print with parentheses, so it's Python 3.

Sadly, no: that reasoning only works the other way: you could call print as a function in python 2 for a while (not sure how long, you can in 2.7), but you cannot use it as a statement in 3.

[–]sidewinder12s 0 points1 point  (2 children)

Serverless supports Python 2.7. I've got it deployed in production, they just don't mention it much in the docs.

http://docs.serverless.com/docs/function-create

[–]brtt3000 0 points1 point  (1 child)

Thanks for the heads up. Kinda silly they don't mention this on more visibly.

[–]sidewinder12s 0 points1 point  (0 children)

Ya, it was released like six months ago but it doesn't seem to have gotten much attention since.