https://pulumi.com logo
Title
j

jolly-plumber-1488

04/22/2023, 4:58 AM
Hi folks, by using Pulumi, from program language perspective, are there any differences between Python and Typescript? Does any one provide more features than the other?
l

little-cartoon-10569

04/22/2023, 5:29 AM
No. The core functionality is the same across all languages. There are some libraries that are released first in Typescript, but even those are all being ported to (or have been ported to) the other languages.
j

jolly-plumber-1488

04/22/2023, 5:30 AM
Awesome, thanks for the quick answer, @little-cartoon-10569
s

steep-toddler-94095

04/22/2023, 12:04 PM
You might find the language features that typescript offers can make it a more enjoyable programming experience though
f

fresh-spring-82225

04/28/2023, 7:43 PM
@jolly-plumber-1488 When I was getting started a couple months ago, I found it easier to read stack traces and navigate source code (in vs code) in typescript, even though I use python for my non-pulumi code.