pythran

Ahead of Time compiler for numeric Python kernels

brewmacoslinux
Try with needOr install directly
Source

About

Ahead of Time compiler for numeric kernels

Commands

pythran

Examples

Compile a Python module with numeric kernels to C++$ pythran mymodule.py
Compile with optimization flags for better performance$ pythran -O3 mymodule.py
Generate C++ code without compiling to shared library$ pythran -E mymodule.py