Hacker News new | ask | show | jobs
by edscho 636 days ago
You absolutely can create a standalone binary with Cython: see the `--embed` option [1].

[1] https://cython.readthedocs.io/en/stable/src/tutorial/embeddi...