I guess it's C/C++, but Python is good too, ( as its being my primary language  )
Python is good with PyGTK, but I prefer to use PyQt.
because of following reasons. - Better documentation
- Also supports Symbian S60 and Windows Mobile, not just Win,Mac and Lin
- Larger libraries, with complete framework.
- Easier and cleaner code.
- Better GUI builder
But GTK+ isn't bad. - Its better with resources and performance.
- Bindings for more languages.
- Used more than QT
Its better to stick with your language, don't switch your programming language for GUI toolkit, while you can switch GUI toolkit. |