Hi all, General question why when using python sdk...
# general
q
Hi all, General question why when using python sdk I still need to install pulumi client ?
g
I'd not dig too deep in this, unless you are interested in pulumi internals. The main pulumi binary is written in Go and contains necessary logic. All language SDKs have some sort of bidings to the binary which executes your code. if you are looking for more detailed answer I'd recommend reading pulumi code - it's an open source
It's practically the same situation when in python you want to use
psycopg2
you need postgresql or just binary so python can talk to posgres