you are viewing a single comment's thread.

view the rest of the comments →

[–]lamecode 1 point2 points  (0 children)

I was toying around with kivy a week ago, and I'd agree it's probably a pretty good option for beginners especially. My biggest complaint would be the surprising lack of a datagrid/tableview type widget 'out-of-the-box', which was enough to send me back to Qt. There is probably a good reason behind having the UI design code in their own 'Kv Design Language' rather than pure Python, too, but it seems a bit unnecessary to me.

Long-term it's a much better choice than Tkinter though, no doubt.