Y
Hacker News
new
|
ask
|
show
|
jobs
by
mistic92
40 days ago
Why should I use python when I can just use Go? Like why
1 comments
shikon7
40 days ago
Because you can wrap Go binaries in Python wheels, but not yet Python wheels in Go binaries
link
hebelehubele
39 days ago
You can embed a whole dir using //go:embed, also python exe for all architectures, then extract & run it at runtime. Python via WASI is also possible.
link