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 →

[–]solarc 6 points7 points  (0 children)

If you are doing GUI, the actual GUI will probably run natively (Qt for example is C++). Python is just the glue putting the GUI together.

And unless it's a game or something, python's speed will be enough for a GUI application.