Why do we call python a scripting language?

Fredrik Lundh fredrik at pythonware.com
Fri Aug 27 06:37:22 EDT 1999


<guy_oliver at yahoo.com> wrote:
> Why do we call python a scripting language?  

who's calling it that? ;-)

http://www.python.org/doc/Summary.html
says:

    Python is an interpreted, interactive, object-
    oriented programming language.

which is, of course, exactly what it is.

> This is not the case, is it?  I am not the only one that has used
> python for large projects, am I?

depends on how you define "large project".  if you
mean multiple programmers, 10-20k lines of Python
code (or more), most of what I do is large.

> Since learning python, I have been able to write most of these
> programs that I never had the time to finish before in a single
> sitting.  Surely that makes python worthy of being thought of as a
> real, viable solution to just about any problem you choose?

absolutely.

despite what some people are saying, Python means
true freedom.

(if your only freedom is the ability to write obscure code
when solving trivial tasks, you have other problems...)

</F>





More information about the Python-list mailing list