Hacker News new | ask | show | jobs
by mlthoughts2018 2125 days ago
Cython is a great tool for this. It’s a superset of Python with full static compilation support for native CPython or for pure C or C++ extension modules.

https://cython.org/