Question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Question

Which language is better for making a Windows Application? I want to learn a language that allows me to create a program that is very complex. I already know python, but it is very complicated to use a graphic interface with it while a language like Java makes life easier when it comes to complex interfaces.

24th Dec 2018, 8:48 PM
Felipe Queiroga
Felipe Queiroga - avatar
3 Answers
+ 3
C#
25th Dec 2018, 6:01 AM
Potato Hacker
Potato Hacker - avatar
+ 2
Almost any language can make an app with GUIs. But you will need C# (which are used to create .exe) to make windows apps. However you can find tools like py2exe, jar2exe which can convert python or java codes to exe files. But coding directly with C# is more efficient than using those tools.
26th Dec 2018, 12:38 PM
Seniru
Seniru - avatar
+ 1
C#. You can create very easy user interfaces and do very complex things in code
24th Dec 2018, 8:53 PM
sneeze
sneeze - avatar