https://github.com/lszl84/pybind11_tutorial
Calling Modern C++ Code from Python - A Tutorial
https://github.com/lszl84/pybind11_tutorial
cpp python wxpython
Last synced: 8 days ago
JSON representation
Calling Modern C++ Code from Python - A Tutorial
- Host: GitHub
- URL: https://github.com/lszl84/pybind11_tutorial
- Owner: lszl84
- License: mit
- Created: 2024-03-20T13:14:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-18T14:43:15.000Z (about 1 year ago)
- Last Synced: 2025-05-18T15:36:24.212Z (about 1 year ago)
- Topics: cpp, python, wxpython
- Language: CMake
- Homepage: https://www.lukesdevtutorials.com
- Size: 477 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a companion project for my YouTube tutorial about bridging C++ to Python with `pybind11`.
[](https://youtu.be/q_bne9UvjAI)
Full Tutorial: [https://youtu.be/q_bne9UvjAI](https://youtu.be/q_bne9UvjAI)
---
Check out the blog for more! [www.onlyfastcode.com](https://www.onlyfastcode.com)
---