Is python good for windows application? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 11

Is python good for windows application?

28th Jul 2019, 8:45 AM
Bindu
Bindu - avatar
13 Answers
+ 12
You can use Python to write Windows applications, at least you can use WPF, which is a superb GUI toolkit for making Windows applications. The jury appears still out on whether you can make UWP applications, i.e. applications made exclusively for Windows 10. Python is a great language but it isn't good for Windows.
28th Jul 2019, 9:17 AM
Jella
Jella - avatar
+ 12
I guess python is good but for window softwares C# and C++ is better
29th Jul 2019, 5:07 AM
Aung Thiha
Aung Thiha - avatar
+ 9
Hi Bindu, You can use Python on Windows for sure, but I'd advise you to go for languages designed to interact natively with Windows (using Win32 API in C/C++) and/or .NET API (C#/vbs/PowerShell)
28th Jul 2019, 9:12 AM
Ventura 🐝🌵
Ventura 🐝🌵 - avatar
+ 7
Ventura 😎 I agree with Ventura. I personally use C++ for winAPI.
28th Jul 2019, 10:38 AM
Cout
Cout - avatar
+ 6
I love python but I wont just use it for windows.You can uses languages like c or cpp but hey python can be used for other things too
28th Jul 2019, 12:33 PM
Dace [Super Inactive| Challenge=Maybe]
Dace [Super Inactive| Challenge=Maybe] - avatar
+ 5
These days I guess C# is the best to do Windows applications but Python can do it too.
29th Jul 2019, 1:18 AM
Sonic
Sonic - avatar
+ 4
You can build multiplatform gui applications with python that run anywhere including windows. There are many libraries for this the most basic one is tkinter, but you can do it with others such as kivy, pyqt, pygtk, pysimplegui, wxpython, even pygame.
28th Jul 2019, 3:07 PM
Tibor Santa
Tibor Santa - avatar
+ 4
Yes can build basic windows apps with python but for nice looking User Interface you should go with Java. JavaFX
30th Jul 2019, 7:35 AM
Sanjay Soni
Sanjay Soni - avatar
+ 2
U can use python,But the best ones are C,C++ and C#.
29th Jul 2019, 6:27 AM
Henry Jasten
Henry Jasten - avatar
+ 1
No. Python its probably the best language for ethical hacking purposes and for data handling.
29th Jul 2019, 11:33 AM
Alex[]
Alex[] - avatar
+ 1
For those who doubt or question python's gui capabilities, I encourage you to actually do some research before you make any comparison with C/C++/C#/Java. https://kivy.org/doc/stable/examples/gallery.html https://pysimplegui.readthedocs.io/en/latest/cookbook/ Just look at the amount of code needed in python to create these examples, and think if any other language can compete in terms of simplicity or beauty. If you think yes, then feel free to give me a coding challenge, build a simple gui application in the language of your choice, I will try to do the same in python and let's compare for real! :)
30th Jul 2019, 8:16 AM
Tibor Santa
Tibor Santa - avatar
+ 1
I think the python is a great language👄💬
31st Jul 2019, 1:40 PM
Stuti Yadav
Stuti Yadav - avatar
0
Pyton Is food for creating GUI's. Or at least i think!
29th Jul 2019, 7:37 PM
Francesco Ragnoni
Francesco Ragnoni - avatar