Journal Journal: Why is Python called a scripting language? 7
I wonder why the Python Programming Language is termed as a scripting language. The way I see is is that it too compiles the python source file into a python byte-code which is executed by the Python VM. Now Java also does the same thing.. But then why isn't Java called a scripting language?