Skip to content

Commit a13aee6

Browse files
committed
Significantly updated and improved the available overview PDF presentation
Also: - Added a lab guide presentation to accompany this - Contains overview of the Cython and SWIG exercises available in this repository
1 parent b70f09b commit a13aee6

5 files changed

+5
-2
lines changed
209 KB
Binary file not shown.

Interfacing_C_C++_with_Python.pdf

797 KB
Binary file not shown.

Python_Integration_with_C_C++.odp

-126 KB
Binary file not shown.

Python_Integration_with_C_C++.pdf

-93.1 KB
Binary file not shown.

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -213,5 +213,8 @@ Solutions to all exercises are in the same location as the exercise, but on the
213213

214214

215215
# 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.
216+
The repository also has an overview [presentation](https://github.com/tleonhardt/Python_Interface_Cpp/tree/master/Interfacing_C_C++_with_Python.pdf) covering the basics of Cython, SWIG, and CFFI as well
217+
as when you might want to use each one.
218+
219+
To accompany this presentation, there is a [lab guide](https://github.com/tleonhardt/Python_Interface_Cpp/tree/master/Interfacing_C_C++_with_Python-Exercises.pdf)
220+
which provides an overview of the Cython and SWIG hand-on exercises in this repository.

0 commit comments

Comments
 (0)