Skip to content

Commit b70f09b

Browse files
committed
Added PDF version of presentation and added a link to it to the README
1 parent b2eaa40 commit b70f09b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Python_Integration_with_C_C++.pdf

93.1 KB
Binary file not shown.

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -210,3 +210,8 @@ serves as an example of how to get your SWIG wrappers to link to dynamic librari
210210

211211
## Solutions
212212
Solutions to all exercises are in the same location as the exercise, but on the **solutions** branch.
213+
214+
215+
# Presentation
216+
The repository also has a brief overview [presentation](https://github.com/tleonhardt/Python_Interface_Cpp/tree/master/Python_Integration_with_C_C++.pdf) covering the absolute basics of Cython, SWIG, and CFFI as well
217+
as when you might want to use each one.

0 commit comments

Comments
 (0)