Programing | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Programing

Can some one explain what are differences between shell ide terminal and editor

19th Jul 2019, 7:43 PM
Amirabbas
Amirabbas - avatar
3 Answers
+ 1
IDLE is the integrated development environment (IDE) provided with Python. An IDE combines a program editor and a language environment as a convenience to the programmer. Using IDLE is not a requirement for using Python. Python Terminal (IDLE) is where you write your program and execute it, and Python Shell is where you run your program.
19th Jul 2019, 7:53 PM
Sol Podadera
Sol Podadera - avatar
0
Thanks alot .. And You mean actually a terminal is actually a language environment... And if im not wrong shell is the shell is where your codes are executed.. Yes?
19th Jul 2019, 7:59 PM
Amirabbas
Amirabbas - avatar
0
This is better explained here https://superuser.com/a/144668 even though it's for linux, it applies to python.
19th Jul 2019, 8:23 PM
Sol Podadera
Sol Podadera - avatar