- How to extend Python with C/C++ Code (5 min read
- C/C++ Extension for Python (5 min read)
- Building a Python C Extension Module - The process for creating a C++ extension should be very similar. However in case of C one can use cffi and ctypes to wrap C libraries.
- Python 3.9.1 docs - Extending and Embedding the Python Interpreter (long read)
- swig - Software development tool that connects programs written in C and C++ with a variety of high-level programming languages (including Python).
- cppimport - Import C++ files directly from Python!
Created
December 11, 2020 19:07
-
-
Save fkromer/8bd6c7b6af4e96a5923250d58d9089b5 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment