This repo contains a simple module with 3 sub-modules. It's purpose is to demonstrate how to package cython and cython-wrapped C++ code into a python module. The Cython/C++ sub-modules are ...
This tutorial assumes that you have a working Python environment up and running. Building C/C++ code to work together with Python needs to be compiled with exactly the same compiler that was used to ...