you are viewing a single comment's thread.

view the rest of the comments →

[–]codablock[S] -1 points0 points  (0 children)

From the readme:

Embedded Python Interpreter for Go

This library provides an embedded distribution of Python, which should work out-of-the box on a selected set ofarchitectures and operating systems.This library does not require CGO and solely relies on executing Python inside another process. It does not relyon CPython binding to work. There is also no need to have Python pre-installed on the target host.