Python Forum

Full Version: Graphical UI for Windows
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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