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 starts from the very basics and covers how to handle arrays, strings and objects in both directions, memory management, performance, and even how to interact directly with numpy and pandas objects. I hope it's useful for the pythonistas among you.
Any feedback, ideas and questions are welcome.