Easiest language to develop a simple desktop program with interface? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Easiest language to develop a simple desktop program with interface?

program that verify some codes of meteorology

4th Mar 2022, 9:13 AM
Ayoub
1 Réponse
+ 1
I'd go with Python. Tkinter comes preinstalled so long as you ticked the check box on the install wizard. you can use that if you want, it's simple. I hate it, not fun to write, in but others like it. I like writing things efficiently, tkinter just isnt that. if you don't like that, check out PyQt5. Do you know the Spyder ide? if not its a popular data science ide for python, and it was made in pyqt5. this allows it to be installed with the pip in command line. This may be unpopular, but people need to stop pushing languages in fields where they don't belong, for example Python. It's not good for GUI, but in my experience its the most simple.
4th Mar 2022, 9:29 PM
MrWaalrus
MrWaalrus - avatar