Hello, what is the state of Python support in Pulu...
# python
b
Hello, what is the state of Python support in Pulumi ? When I had a look some time ago it was quite behind Typescript etc ...
i
Over the past few months we’ve completely overhauled our Python support and at this point it’s very close to feature parity with our JavaScript support. (Naturally, there aren’t any types to compare with TypeScript 😄 ). I’d love to hear your feedback if you try it again now that it’s a bit more mature - we’re actively investing in this area and it always helps me to understand how people are using Python and what they want out of it. Over the next few days we’re going to be significantly expanding our Python documentation as well.
b
Thanks @incalculable-sundown-82514! Do you support Python 2 or 3 ?
w
Python 3. See https://pulumi.io/reference/python.html for details on Python with Pulumi generally, and https://pulumi.io/reference/programming-model.html for details of how specific programming model concepts are available to Python vs. JavaScript.
b
thanks @white-balloon-205!