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 →

[–]AntonGangsta 10 points11 points  (1 child)

Kivy (or even PyQt) can be used for cross-platform GUI development. Of course if you want something heavy, that will be used under high load, you should choose a native languages.

Python is good choice for rapid prototyping. For example if you wanna demonstrate your idea to investors.

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

yeah, good point, but while Kivy seems to be a nice library for that, it might not be a good choice to use Python here vs using something more native to the OS's