IDE for Python that has GUI modeling

Asked

Viewed 3,781 times

4

I wanted to know if there is a IDE for programming in Python that provides a tool for mounting a GUI more easily, in advance that has versions for Linux and Windows.

  • Here are some: https://wiki.python.org/moin/GuiProgramming

1 answer

4


It depends on what you want. The IDE Anjuta has a good integration with the Glade which is one of the most popular tools to make uis design with GTK+.

But in the Python world you don’t necessarily need to get stuck to a tool. I usually use the Pycharm to encode and something like the Glade, Qt Creator or wxFormBuilder to draw the screens. The choice by one tool or another will depend on the Toolkit widget used in the project.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.