mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-22 22:20:49 -05:00
[PR #1540] Add links to several popular tools which wrap C++ code into python module #1340
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1540
Author: @qingfengxia
Created: 5/10/2020
Status: 🔄 Open
Base:
master← Head:master📝 Commits (2)
4cc3daaextend the list ofForeign Function Interfaceeefa110add python_wrap project URL for FFI section📊 Changes
1 file changed (+4 additions, -0 deletions)
View changed files
📝
README.md(+4 -0)📄 Description
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,
pybind11is the most popular tool/library to wrap C++ code to Python, it is not listed.Cppyyis a emerging tool that can directly JIT interpret C++ code as python module. Finally, there is apython_wrapproject that compare and demonstrate different method and FFI for python.--
Anyone who agrees with this pull request could submit an Approve review to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.