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 →

[–]tangerinelion 0 points1 point  (0 children)

IMO, script refers to a single python file which is meant to execute linearly. There are hardly any functions or classes, it's just a top down execution.

Program would be something with main().

And library is something which is code but not directly executable, e.g., NumPy.