There both programming languages if that's what you mean but they're different in how they are implemented. Python is a general-purpose language compatible with almost any OS but Applescript is...
Python is a relatively high-level scripting language. It is known for a relatively straightforward syntax. For example, consider the following program in C:
include <stdio.h> main(char *...
"The design purpose of the Python language emphasizes programmer productivity and code readability." (http://zetcode.com/tutorials/pythontutorial/python/) Compared to most languages, it has simple...
Python is an interpreted, interactive, object-oriented programming language. It is often compared to Tcl, Perl, Scheme or Java.
it is a scripting language like php or asp for developing...