Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pcafrica/introduction_to_pybind11

Minimal examples showing the integration of C++ and Python using pybind11.
https://github.com/pcafrica/introduction_to_pybind11

cpp examples introduction pybind11 python tutorial

Last synced: about 2 months ago
JSON representation

Minimal examples showing the integration of C++ and Python using pybind11.

Awesome Lists containing this project

README

        

# Introduction to pybind11: some examples

These examples are a complement to the [*Integrating C++ and Python for Scientific Computing*](https://medium.com/sissa-mathlab/integrating-c-and-python-for-scientific-computing-2dda79b0da73) Medium post.

In order to run the examples, move to their respective directory and run:
```bash
./build.sh
python3 main.py
```