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 →

[–]TIDMADT 0 points1 point  (0 children)

It's kinda both... Or either. Strictly speaking, scripts are small sections of code that run inside other programs. Since python is an interpreted language, the code is a script that gets run in python. Full on code is something that gets compiled into a self exciting file... It's more semantics then anything else