why is it preferred to run python scripts using the command line rather than the python interpreter? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

why is it preferred to run python scripts using the command line rather than the python interpreter?

command line vs interpreter

20th Oct 2016, 2:45 PM
Aaron Heffernan
Aaron Heffernan - avatar
1 Answer
+ 1
command line is common for Linux and Windows, but interpreter is just a way to view output. most python scripts runs on terminal. No matter what way you run it. it's based on your application design. it might be a gui or it might be a cli script. it's based on your need...
20th Oct 2016, 5:42 PM
sundar
sundar - avatar