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

"Mr. Spock succumbs to a powerful mating urge and nearly kills Captain Kirk." -- TV Guide, describing the Star Trek episode _Amok_Time_

Working...