Today I’ve been studying up a lot on Python and Qt

Today I’ve been studying up a lot on Python and Qt. πŸ‡Ά

Qt is a library used to build graphical interfaces, while Python is a very popular and widely used scripting language. I have coded a bit in PyQt for various QGIS plugins in over the years, but I am hardly an expert on either Python or Qt so I am trying to understand the ins and outs more. While I doubt I have much of a need for GUI programs — I prefer things that are small, simple command line things — the Unix way — it’s good to have a better understanding of Qt for the QGIS plugins I use for my various projects.

Qt (software) – Wikipedia

Qt (software) – Wikipedia

Qt (pronounced "cute") is a free and open-source widget toolkit for creating graphical user interfaces as well as cross-platform applications that run on various software and hardware platforms such as Linux, Windows, macOS, Android or embedded systems with little or no change in the underlying codebase while still being a native application with native capabilities and speed.

I used to use KDE 1.0 about two decades ago and while more recently I've been using GTK+ based XFCE, I mostly only program with Qt for GIS stuff that I do.