Which language is best to make desktop GUI applications, is Python good enough. Please suggest sources for Python GUI | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which language is best to make desktop GUI applications, is Python good enough. Please suggest sources for Python GUI

17th Dec 2016, 2:14 PM
hemant bhambhu
hemant bhambhu - avatar
2 Answers
+ 2
use visual c# or visual basic . here you will get dead and drop of controlled to make better ui
18th Dec 2016, 3:35 AM
Shekhar Bahuguna
Shekhar Bahuguna - avatar
+ 2
if you like python, there are many opensource gui library. for python 2 there are pygtk, wxpython, pyqt, pyside. python3 have pygiobject (gtk), pheonix (wx), pyqt. there also tkinter for simple gui, using native component. Python wrapper for .net framework - iron python. but, you should know python is made as scripting langguage, if you want to package as executable, you must use third party tool such as cx-freeze or pyinstaller (both support python3 and support most of gui I mention, but not easy out of the box) here is an example https://python-gtk-3-tutorial.readthedocs.io/en/latest/
18th Dec 2016, 12:58 PM
Farhan Ramli
Farhan Ramli - avatar