Show HN: Pyproc – Call Python from Go Without CGO or Microservices
via github.com
Short excerpt below. Read at the original source.
Hi HN!I built *pyproc* to let Go services call Python like a local function — *no CGO and no separate microservice*. It runs a pool of Python worker processes and talks over *Unix Domain Sockets* on the same host/pod, so you get low overhead, process isolation, and parallelism beyond the GIL. *Why this exists* * […]