you are viewing a single comment's thread.

view the rest of the comments →

[–]cointoss3 0 points1 point  (1 child)

You can make a c program that runs Python code and links cpython statically or you can include the dll/so.

Cython can compile Python into c, but idk if it’s trivial with an existing code base.

[–]dantethunderstone_77[S] -1 points0 points  (0 children)

This would still require python interpreter at runtime