Hacker News new | past | comments | ask | show | jobs | submit login

It depends what you mean by 'use cython properly'. To speed up some numerical routines, you don't need to know almost anything about pointers/malloc, etc, you just move your Python function into its own separate file, rename it from .py to .pyx, add type annotations, and enjoy the free speed up.

To do more complex things (low level wrappers, etc) then you do need to know more things about C.




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

Search: