Skip to content

Commit a9095d0

Browse files
author
Ash Setter
committed
Merge branch 'master' of github.com:AshleySetter/CythonWithCppTutorials
2 parents 30d3af8 + 9193003 commit a9095d0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

‎README.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# CythonWithCppTutorials
2+
A few quick tutorials on using C++ function in Python code with Cython
3+
4+
The directories contain minimal examples of calling C++ functions in Python.
5+
6+
Helloworld for example contains the C++ code for helloworld (contained in helloworldC.cpp) the cython code creating a python wrapper for the C++ function (helloworld.pyx) and the setup script which sets up the module and compiler flags so that the C++ code is compiled and linked properly and compiled into a cython library. I have included a makefile which will run setup.py to build the cython module and a minimal python script which imports and runs the helloworld function in python.

0 commit comments

Comments
 (0)