Pythran: similar to Cython

@tamas perhaps useful in our redesign efforts for the Python library, in the spirit of “Python-only”

https://pythran.readthedocs.io/en/latest/

It’s similar to Cython but only spelled as comments, which means you can run the same module if you don’t have a C compiler on your machine.

1 Like