I remember reading that the following functions lead to the development of interesting frameworks / libraries in Python: (I read an article from http://www.python.org/workshops/2002-02/papers/09/index.htm )
- A simple class model that facilitates inheritance.
- Dynamic typing, which means that the code should take less.
- Built-in memory management.
Java is statically compiled and has a garbage collector. It is interesting whether its cool model can be called simple, however, bearing in mind the above points, I have the following doubts: -
- Is there a counterpart in Python in Java Java Twisted (which is just as powerful)?
user277465
source
share