What is the best gui shell for python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the best gui shell for python?

I am looking to make an application in Python for Windows 10 and need a solid Gui option. I am looking for something accessable and relatively modern.

11th Oct 2018, 6:22 AM
Nathan Johnson
Nathan Johnson - avatar
2 Answers
+ 1
You can just download python on windows and it comes with IDLE a python interpreter. There you can type python and run it directly. But i recommennd you to write you code in a code editor ie vscode. And then just save excecute your file from the terminal
11th Oct 2018, 8:10 AM
Willem Roos
0
What's more, thare is a kind of programmers tools called IDE. Those are text editors, but more feature-rich: ie built-in debugger, better code autocomplete etc. For python the best one is PyCharm, imho
11th Oct 2018, 4:28 PM
Dariy Velychko
Dariy Velychko - avatar