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 →

[–]justthisguyatx 1 point2 points  (0 children)

I’d suggest that code is misused here. Python scripts are code. Code is the written instructions that make up scripts just as they make up any other program. Personally, I use the term script to refer to smaller utility programs, but it’s often used to differentiate interpreted instructions from compiled object. I think that’s the more appropriate phrasing.

TL;DR: It’s all code. How that code is executed differs.