Hacker News new | ask | show | jobs
by tradrich 1520 days ago
Python and C++ are relatively easily mixed in fact.

Check out pybind11: https://pybind11.readthedocs.io/en/stable/

1 comments

Interesting. Unusual because I often see people using numpy or boost to get access to fast data types.

I'll have to remember to give this a try.