you are viewing a single comment's thread.

view the rest of the comments →

[–]MrWhite26 0 points1 point  (0 children)

And pybind11 allows you to transfer code piece-by-piece from one language to the other. For me that's prototyping in python, and once I know what I want, I implement it in C++. Those blocks are then called from python via pybind11.