Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pcafrica/introduction_to_pybind11
- Owner: pcafrica
- License: mit
- Created: 2024-01-24T11:53:22.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T07:44:20.000Z (9 months ago)
- Last Synced: 2024-04-10T08:40:19.640Z (9 months ago)
- Topics: cpp, examples, introduction, pybind11, python, tutorial
- Language: Python
- Homepage: https://medium.com/sissa-mathlab/integrating-c-and-python-for-scientific-computing-2dda79b0da73
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```