lun. 14 janvier 2019
Tags : Cython Tips

Cython - How to compile

Cython is a tool that allows you to compile your code to C, resulting in a huge speed increase. All is needed is slight modification of the python code. The Cython documentation : http://docs.cython.org/en/latest/ If you only need to compile some Cython file (.pyx extension), here …