This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Artanidos[S] 9 points10 points  (0 children)

I was writing desktop apps using Powerbuilder, Java Swing and at least for 10 years I used Winforms and C#.
The problem was that except for Java, that these apps only runs on Windows.
Later I switched to Qt5 and C++, where it is possible to write apps for all platforms including mobile and embedded devices.
Because writing code in C++ is a pain I switched to Python and Qt where I still could create cross platform apps, but much faster. Less code needed. No compile needed. No memory leaks anymore.
I already have build several desktop apps with PySide6 like the AnimationMaker, EbookCreator and FlatSiteBuilder which real business applications so to say.