Embedding Python in a C++ Project

Опубликовано: 30 Сентябрь 2024
на канале: Microsoft Visual Studio
56,155
821

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...