Python Forum
Graphical UI for Windows - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Graphical UI for Windows (/thread-19586.html)



Graphical UI for Windows - AndrzejB - Jul-05-2019

Hi, I am programmimng with many languages but I am Python newbie.
I have installed Python 3.x for Windows. File python.exe is interactive tool, pythonw.exe not responding, idle not found in package.
How programming in non-interactive way? I want write my methods and save its to file.


RE: Graphical UI for Windows - buran - Jul-05-2019

You can use any plain text editor to write your code and save it as py file. Of course dedicated IDE offer benefits.
VS Code is popular among many forum users (me incl.) We have a dedicated thread VS Code from start