News

After installing, you'll find a Python shell installed called IDLE on your system ... to go with a good code editor or an IDE. For this tutorial, I'll be using Visual Studio Code.
IDLE is just one step above that. You get a separate window for the shell and each Python file you’re working on. Have IDLE run your code and it saves the file, then launches it in the shell window.