3 ms·
Why should I use python when I can just use Go? Like why
by mistic92 4mo ago
Why should I use python when I can just use Go? Like why
- shikon7 4mo agoBecause you can wrap Go binaries in Python wheels, but not yet Python wheels in Go binaries
- hebelehubele 4mo agoYou 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.