On Thu, 11 May 2006, René Berber wrote:
3. Do you know that python is a resource hog? CPU use is very high on all python programs I use.
That's not true from my experience. Python is far more efficient than java from run-time, development time and maintenance time perspectives.
FWIW, I have written many GUI apps with python (PyQt) and Java (Swing). The python apps are far more responsive than any similar Java Swing app.
Phil
