Hacker News new | ask | show | jobs
by hauntsaninja 1509 days ago
You can use numpy just fine. Unlike Cython, mypyc doesn’t give you a way of accessing numpy’s C API (because you’re basically just writing Python code).