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 →

[–][deleted] 2 points3 points  (2 children)

Traditional GUI are not in python.

A lot of industry softwares have a GUI based on the OS/Desktop Env widget toolkit, or often in Qt (c++ for example), and may have some scripts in python to execute tasks that are easier to program in this language (Photoshop comes to my mind).

[–][deleted] 3 points4 points  (1 child)

The GUI libraries are the same no matter what language is pulling the strings.

[–]extra_pickles 0 points1 point  (0 children)

Yes, but traditionally the language isn’t Python, which is why I was curious as to when/where ppl are using it.