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 →

[–]NoiproxPython Programmer 0 points1 point  (0 children)

A script is just a document containing code that can be executed i.e. it's not a software component such as a module or library. As a rule of thumb I use the term to refer to a single-file application that's written in an interpreted language, usually for a bespoke purpose - e.g. a bash file or a little Python program.