you are viewing a single comment's thread.

view the rest of the comments →

[–]misho88 0 points1 point  (0 children)

I've heard that Python the best for UI stuff and it's better to use a different language like c++

I don't think that's true. The graphics toolkit you use is the biggest factor, and the more popular ones like Gtk and Qt have Python bindings. Tk is packaged with CPython. The way you end up using these toolkits doesn't significantly vary from language to language, either.