Using Qt for Python for embedded system development

preview_player
Показать описание
TALK: Qt for Python on Embedded Systems
SPEAKER: Valter Minute & Stefan Eichenberger
COMPANY: Toradex
TRACK: Embedded

Talk recorded at the Qt World Summit 2019 event in Berlin.
#QtWS19 November 2019 - BCC

TALK DESCRIPTION:
The majority of Qt developers write applications for desktop machines. Compiling and debugging on such systems is comfortable and easy. Things get more complicated if you switch to an embedded system. You have to take care about toolchains, cross-compiling, cross-debugging, etc. Boot2Qt tries to addresses this issue but what if you could run the exact same application on an embedded system without recompiling it? Qt for Python could be the answer. It speeds up your development and allows you to prototype new features in a comfortable way. In this presentation, we will talk about what Qt for Python is, what you have to consider when using it on an embedded system and how Qt for Python can speed up your embedded development.

Qt WEBSITE:
For more info Qt, visit our site

RESOURCES:
For more videos from Qt visit our resource centre;

FOLLOW US ON SOCIAL:

THE Qt COMPANY
Design - Develop - Deploy
Рекомендации по теме
Комментарии
Автор

Python great for prototyping any embedded projects, before going to C++
Crosscompiling issues in QT for C++?

saturnorbit
Автор

Can you please give link of your git repo for qt with python?

nidhikanani
Автор

What Dev Kit are you using for the demo?

YancenLi