Hacker News new | ask | show | jobs
by dpfu 2546 days ago
Re existing projects, there is a nice and exhaustive comparisons to other tools in the docs: https://pyoxidizer.readthedocs.io/en/latest/comparisons.html
1 comments

Very strange that the pyoxidizer comparison page does not mention embed mode with Cython,

https://github.com/cython/cython/wiki/EmbeddingCython

This can be used with statically or dynamically linking Python easily.