Python Tutorials For Beginners - Python Interactive Shell vs Python IDLE _ The Difference

Published: 22 October 2017
on channel: Python Programming
93
3

Get the difference between the python interactive shell and the python editor(also known as THE IDLE).
The interactive shell does not allow editing once it receives an input/command.
The interactive shell has the black background like the "command prompt does". Its mostly useful for pre-testing few lines of code.(probably to test if the syntax is correct .i.e if the lines of code has no errors).

The Python Editor(IDLE) works more like the default windows notepad.
it is useful for writing more lines of code as it gives the room for re-editing parts of the code written, saving it for future use and also its colour scheme of highlighting various parts of the code make it simple to tell different parts of the code and its purpose.

Its advisable to use the python editor(IDLE) for writing your program. Other integrated development environments (IDE's ) such as Pycharm and Emacs are available aside the default python interactive shell and IDLE but please stick with IDLE to get a hang of the basics before switching up to any other editor.

Keep up with the tutorials by subscribing and leaving your notification bell on for the page,


On this page of the site you can watch the video online Python Tutorials For Beginners - Python Interactive Shell vs Python IDLE _ The Difference with a duration of hours minute second in good quality, which was uploaded by the user Python Programming 22 October 2017, share the link with friends and acquaintances, this video has already been watched 93 times on youtube and it was liked by 3 viewers. Enjoy your viewing!