how is python not the same as java?

Jorge Vargas jorge.vargas at gmail.com
Thu Nov 9 20:59:49 EST 2006


On 9 Nov 2006 16:44:40 -0800, gavino <bootiack at yahoo.com> wrote:
> both are interpreted oo langauges......
>
that is not correct java is compiled and the VM interprets the code
from the programmers point  of view java is a compiled languaje.

python is dynamic typed java is static
python allows functional programming as well as procedural, java doesn't
java is OO in the API, python is OO everywhere.

tons of other things
> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list