+ 10
What is python script?
Where is it being used.
2 Answers
+ 13
Please don't ask those questions, which you easily found on your textbookđ
+ 8
Actually it's a Python program, code, snippet or script (as Python is a *scripting* language). Those words are not exact synonyms but people often use them interchangeably, depending on what they are trying to communicate.
"Hey, I got a snippet for that!" - you probably have a piece of code with the relevant class and methods to it.
"Check out my code, dude" - probably a normal script perceived by its author as a masterpiece.
"I wrote a program in Python doing this" - most likely a C++/Java developer speaking about "da snek" ;)
I hope you get the idea... :)