I want to develop a Python program but I dont know much about UI. Do you know some UI editor like Windows Builder Editor or Java/Eclipse?
I want a tool like this: http://www.youtube.com/watch?v=XuQow4uWm_g but for Python.
I want to develop a Python program but I dont know much about UI. Do you know some UI editor like Windows Builder Editor or Java/Eclipse?
I want a tool like this: http://www.youtube.com/watch?v=XuQow4uWm_g but for Python.
If I'm understanding your question correctly, you're looking for someone to advise you on which IDE to use for Python.
Please see here - What IDE to use for Python?
Here a couple of UI editor for use with python:
For pyqt or pyside(qt for python): QT disigner
GTK: Glade
Hope it helps!!