0
why is it preferred to run python scripts using the command line rather than the python interpreter?
command line vs interpreter
1 Réponse
+ 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...