Not fully OO ?

Colin J. Williams cjw at ncf.ca
Sat Sep 20 07:12:42 EDT 2008


candide wrote:
> Excerpt quoted from http://www.astro.ufl.edu/~warner/prog/python.html :
> 
> "About Python: Python is a high level scripting language with object 
> oriented features.
> (...)
> Python supports OOP and classes to an extent, but is not a full OOP 
> language."
> 
> 
> Thanks for any comment.

"foreach: for x in array: statements
Loops over the array given by array. On 
each iteration, the value of the current 
element is assigned to x and the 
internal array pointer is advanced by one. "

This could be a useful addition to Python.

numarray is no longer supported.  It has 
been supplanted by numpy.

How is OOP defined?

Colin W.



More information about the Python-list mailing list