Everything good about Python except GUI IDE?

Mike termim at gmail.com
Tue Mar 1 22:46:26 EST 2016


On Saturday, February 27, 2016 at 6:19:21 AM UTC-5, wrong.a... at gmail.com wrote:
> I have some VB forms with more than a hundred objects. If I cannot drag and drop text boxes, list boxes, labels, etc., it will be too much work to create that with several lines of code for each object. 
> 
> Isn't there any good GUI IDE like Visual Basic? I hope there are some less well known GUI IDEs which I did not come across. Thanks.

I'd recommend PyQt/PySide and Eric as an IDE:

    http://eric-ide.python-projects.org/index.html 

Eric has good integration with QtDesigner - you can create forms in designer
like in VB and it will automatically generate python code for it or you
can load *.ui files dynamically. The project management and VCS integration
is also very convenient.

Regards,
Mikhail



More information about the Python-list mailing list