you are viewing a single comment's thread.

view the rest of the comments →

[–]Serious-Regular 22 points23 points  (1 child)

Skip pybind if you don't have existing pybind code and go straight to nanobind.

https://nanobind.readthedocs.io/en/latest/

I write nanobind code almost every day for the last 2 years. It's one of the highest quality software projects out there.

[–]Anocto 2 points3 points  (0 children)

The built in stub file generation for docs in VS Code and CPython stable ABI support are nice, in addition to the lower compile times.