deno_python icon indicating copy to clipboard operation
deno_python copied to clipboard

🐍 Python interpreter bindings for Deno and Bun.

Results 12 deno_python issues
Sort by recently updated
recently updated
newest added

A recent issue I found while attempting to use this module is that it lacks pyenv support instead resolving to the default python installation on mac. This makes it so...

enhancement

I seem to be getting a segfault when python code tries to callback into or return values to Javascript code. Seems like it is related to deno_python missing these important...