Wikipedia:
Python is an interpreted, general-purpose high-level programming language[5] whose design philosophy emphasizes code readability.[6] Python aims to combine "remarkable power with very clear syntax",[7] and its standard library is large and comprehensive. Its use of indentation for block delimiters is unique among popular programming languages.
Wikipedia:
A scripting language, script language or extension language is a programming language that allows control of one or more applications. "Scripts" are distinct from the core code of the application, as they are usually written in a different language and are often created or at least modified by the end-user.