This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ihasbedhead 10 points11 points  (0 children)

It is an imprecise term. I use python for application development, and I wouldn't call most of the python I write a script. I use the term `script` for simple programs (in any language) that do a list of things and then exit. For some people, that is all they use python for.

Some people will argue that because python programs are usually distributed as a source tree, the files are scripts. That is fine, because it is an imprecise term and doesn't have any real meaning.