Use Python from Lua (C extension + helper Lua modules)
$ luarocks install luapython
luapython lets you import and call Python from Lua. It provides a compiledC module and Lua helpers (import, python_init, python_function, tools, iter, etc.).
root