Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to several popular tools which wrap C++ code into python module #1540

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

qingfengxia
Copy link

What is this Python project?

extend the list of FFI: wrap C++ code into python module

What's the difference between this Python project and similar ones?

In the original list of FFI (Foreign language interface), it is not complete, pybind11 is the most popular tool/library to wrap C++ code to Python, it is not listed. Cppyy is a emerging tool that can directly JIT interpret C++ code as python module. Finally, there is a python_wrap project that compare and demonstrate different method and FFI for python.

--

Anyone who agrees with this pull request could submit an Approve review to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants