A script is basically used to automate certain tasks in a program and a scripting language is a programming language that uses an Interpreter to translate its source code.
The interpreter reads and executes each line of code one at a time,
In the language Python uses an interpreter to translate and run the code. So for that Python called as a scripting language