ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Building Python GUI Applications Comparing Frameworks

    News
    python
    2
    2
    614
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mlnews
      last edited by

      Python is one of the most popular languages for writing cross-platform GUI applications (the kind that you run on your desktop) and there are two major competing frameworks, Wx and QT, for providing this functionality. QT is famous for being the foundation of the KDE project, as well.

      See how Python GUI Frameworks Compare so you are ready for your next desktop app project.

      Both are cross platform giving you access to Windows, Mac and Linux deployment platforms.

      1 Reply Last reply Reply Quote 1
      • M
        matteo nunziati
        last edited by matteo nunziati

        for direct experience (5 year development of small/medium apps in python) I can say that the qt approach is far superior.
        I've used briefly gtk2, wxwidgets and I've settled with qt.

        The signal/slot stuff per se is a winner!

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post