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.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to