[go-nuts] Re: Calling Go from Python

2021-04-07 Thread Amit Lavon
Thanks! Gopy seemed promising back when I started exploring this topic, but I had some issues getting it to work, especially on Windows. It may have gotten better by now. Anyway I agree it's beneficial to have both approaches available so I am happy to see gopy grow as well. On Wednesday, April

[go-nuts] Re: Calling Go from Python

2021-04-06 Thread Justin Israel
On Wednesday, April 7, 2021 at 6:10:49 AM UTC+12 amitl...@gmail.com wrote: > > Hi, > A cheat-sheet I wrote for myself evolved into a full tutorial > on calling Go directly from Python > using ctypes and dll's, so I am happy to share it with the community. It

[go-nuts] Re: Calling Go from Python

2021-04-06 Thread jin jiao
Hi Guys, I want to build a Terraform provider for our platform, so we can automate our platform tasks and API calls directly from Terraform. So both Golang and Terraform experience will be desired.More info about Terraform providers can be found here: https://learn.hashicorp.com/tutorials/terraf