gpython icon indicating copy to clipboard operation
gpython copied to clipboard

gpython is a python interpreter written in go "batteries not included"

Results 55 gpython issues
Sort by recently updated
recently updated
newest added

I'll be honest; I'm completely new to this project and know next to nothing about it, so if there's a known reason Cgo wouldn't work, sorry. However, I think that...

Hey, there. It's really cool to be able to run Python in Go! I'd like to congratulate you on this project, it might be exactly what I've been looking for...

I am exploring gpython to embed Python scripting in a Go project. I have the following question regarding object interoperability: - Is it possible to define a Python class that...

Hello! Is there a one-click way to convert a Go module like mylib.module.go into a Python file so our Python teammates can continue development more easily?

Hi, I'm binding some go functions to a python module and a couple years ago my application would panic if the go function panicked. In recent versions I think there...