pybind11使用入门

  • 代码仓库

    Seamless operability between C++11 and Python.
    pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code.

  • 官方文档
  • pybind11
    安装pybind11软件包,执行如下命令:
    pip install pybind11
    
  • Boost.Python

参考资料

posted @ 2024-08-10 09:58  jackieathome  阅读(131)  评论(0)    收藏  举报