Cristián Maureira-Fredes
2 results
This talk goes through the different approaches on how Python can boost your project, combining both the languages under the Qt framework, extending Python, and embedding Python in your C++ application, and code. It also covers features in the Qt for Python project, which add new functionality on top of the Qt API.
Qt for Python exposes the Qt framework (written in C++) to Python using a binding generation tool called Shiboken. This tool can expose any C++ project to Python, even non-Qt projects.