Embedding Python in a C++ Project

Опубликовано: 26 Март 2026
на канале: Python tutorials by AR
45
1

In this episode, Robert is joined by Steve Dower, who walks through a sample project that demonstrates scripting a C++ application with Python using CPython, PyBind11 and Visual Studio 2017. He shows how you can extend a C++ application with Python scripts, modify code without having to recompile, do mixed Python/C++ debugging and enable IntelliSense support by adding hints.

For more information, see the Python team's blog: http://blogs.msdn.microsoft.com/pytho...