Article table of contents
- I. pybind11
- examples of using pybind11
- Project Structure
- cpp source code
- models test
- II. Cython
- Cython usage examples
- cpp source code
- cython interacts with cpp
- cython interacts with python
- Test
- Three, Error Handling
I. pybind11
Installation: pip3 install pybind11 -i https://pypi.tuna.tsinghua.edu.cn/simple
Simple use case: https://zhuanlan.zhihu.com/p/80884925
Document viewing and