Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Nice article. Shameless plug: readers that would like to use cython outside of the convenient ipython notebook interface should look into runcython [1]. You can run any python file using cython with:

    sudo pip install runcython
    mv main.py main.pyx && runcython main.pyx
[1] http://github.com/russell91/runcython


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: