Forgot your password?
typodupeerror
Programming

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?

Slashdot Top Deals

Man is an animal that makes bargains: no other animal does this-- no dog exchanges bones with another. -- Adam Smith

Working...