KDE Apps with Python: Part 1

Most of the applications created by KDE are primarily written in C++. Previously, I have worked with Qt apps on Python, but never gave QML a shot. QML is the new trend in desktop and mobile applications, because its faster, and easier to develop. Writing GUI’s have become a piece of cake. So, how do we exactly put together QML apps, with Python? First, I wanted to try Qt6 out. So I set up my python environment with PySide6 and poetry.
Read more →