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

Open
opened 2025-11-06 13:14:17 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1540
Author: @qingfengxia
Created: 5/10/2020
Status: 🔄 Open

Base: masterHead: master


📝 Commits (2)

  • 4cc3daa extend the list of Foreign Function Interface
  • eefa110 add 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, 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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1540 **Author:** [@qingfengxia](https://github.com/qingfengxia) **Created:** 5/10/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`4cc3daa`](https://github.com/vinta/awesome-python/commit/4cc3daa8b4b9947d247e4853ce538a13949f1160) extend the list of `Foreign Function Interface` - [`eefa110`](https://github.com/vinta/awesome-python/commit/eefa1102f29065cf2b22272e50574994f9bbdf2d) add python_wrap project URL for FFI section ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+4 -0) </details> ### 📄 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, `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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:14:17 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1340