Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Any Python Devs? What UI?

Any Python Devs? What UI?

Scheduled Pinned Locked Moved The Lounge
questionpythondesignhtml
23 Posts 13 Posters 1 Views 1 Watching
  • 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.
  • U User 10655931

    PyQT

    M Offline
    M Offline
    Member 13584377
    wrote on last edited by
    #21

    kivy works for me - good results on windows & android

    1 Reply Last reply
    0
    • R raddevus

      This really is more of a poll and not a technical question. I'm wondering what is _really_ used to build the User Interface for python programs? I know there is Django (web-based python that would use HTML), but what about desktop apps? Is it still 95% Tkinter? Just curious what you Professional Python Devs are using. EDIT Secondary: Maybe desktop apps are just out for Python??? In that case, is that the answer...Most Python is just used for command-line scripting type of apps, data-type apps that work on data with no graphical output?

      B Offline
      B Offline
      B Alex Robinson
      wrote on last edited by
      #22

      Over the last 15 or 20 years, I've used wxPython and web-browser UI. Alternatives haven't filled the bill for one reason or another. Question: How have I chosen between wx and browser? Answer: Which was used for the most recent project? Use the other. Seriously, the grass has been oddly greener over several cycles. So, apparently, my next project will be browser-based. Because the last one was wx. Note: I've wanted to use Tkinter because it comes with Python. But, jeez. Have you experienced its out-of-box?

      1 Reply Last reply
      0
      • R raddevus

        This really is more of a poll and not a technical question. I'm wondering what is _really_ used to build the User Interface for python programs? I know there is Django (web-based python that would use HTML), but what about desktop apps? Is it still 95% Tkinter? Just curious what you Professional Python Devs are using. EDIT Secondary: Maybe desktop apps are just out for Python??? In that case, is that the answer...Most Python is just used for command-line scripting type of apps, data-type apps that work on data with no graphical output?

        U Offline
        U Offline
        User 8058264
        wrote on last edited by
        #23

        We build GUIs for Desktop in Python all the time in the visual effects industry, using Qt as the main library. While Qt is primarily C++, there are full python bindings (official as well) that you can use to create your interfaces without ever leaving Python.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups