Main public logs
From Master of Neuroscience Wiki
Combined display of all available logs of Master of Neuroscience Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:08, 21 October 2025 Davrot talk contribs created page Expanding Python with C++ modules (Created page with "A minimal introduction in how to use PyBind11. PyBind11 allows you to extend Python with C++ modules which are written in C++11 or newer. Questions to [mailto:davrot@uni-bremen.de David Rotermund] == A very simple example == What do we need in the most minimal scenario? * Makefile plus a .env file * Module wrapper (PyMyModuleCPU.cpp) * The module (MyModuleCPU.cpp and MyModuleCPU.h) * Some test code test.py == Makefile == If you are programming...") Tag: Visual edit