Hacker News new | ask | show | jobs
by carlsonmark 2606 days ago
If you have a Python code base and are looking to speed up some part of it, Cython is the way to go. Pybind11 and cppyy are more for cases where you have a bunch of C++ code that you want to provide a Python interface for.
1 comments

Cython unfortunately doesn't have a very good pypy story, which cppyy does.