Does Python go well with QML (Qt-Quick)?
问题 I am a beginner in Qt-Quick. I am not aware of Qt which is a basis for QML. And also I'm not familiar with C++ which is again main supported language for both Qt and QML. I'm aware JS can do a lot of logic in QML layer itself. But if we need interactions with OS, then we have to use some base language. As I'm comfortable with Python, I m planning for " QML-JS-Python " combination. So, My questions: For advanced Application and Game development Does Python & Qt-Quick do well hand in hand? Is