Tuesday, September 26, 2017

UI development in Python

I have worked on languages like mfc, VC++ SDK and VB. So considering my experience I think all of these languages had great IDE and UI development was really easy. Exception is of SDK where it was more challenging.


Currently I am working on Python and I had to do some UI development for small tool. You really have to sweat in Python to get the UI up compared to other languages.


Fortunately, I got wxformbuilder to ease my task. However, you can not compare the ease of Microsoft IDE to wxformbuilder.


I hope we get some better tools for UI development in Python.

No comments: