<br><br><div class="gmail_quote">On Mon, May 18, 2009 at 5:56 AM, Aahz <span dir="ltr"><<a href="mailto:aahz@pythoncraft.com">aahz@pythoncraft.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
In article <<a href="mailto:mff7e6-e43.ln1@satorlaser.homedns.org">mff7e6-e43.ln1@satorlaser.homedns.org</a>>,<br>
<div class="im">Ulrich Eckhardt  <<a href="mailto:eckhardt@satorlaser.com">eckhardt@satorlaser.com</a>> wrote:<br>
>Steve Ferg wrote:<br>
>><br>
>> On the one hand, there are developers who love big IDEs with lots of<br>
>> features (code generation, error checking, etc.), and rely on them to<br>
>> provide the high level of support needed to be reasonably productive<br>
>> in heavy-weight languages (e.g. Java).<br>
>><br>
>> On the other hand there are developers who much prefer to keep things<br>
>> light-weight and simple.  They like clean high-level languages (e.g.<br>
>> Python) which are compact enough that you can keep the whole language<br>
>> in your head, and require only a good text editor to be used<br>
>> effectively.<br>
><br>
>This distinction is IMHO not correct. If you took a look at Java, you would<br>
>notice that the core language syntax is much simpler than Python's.<br>
<br>
</div>That's half-true.  The problem is that you have to digest a much bigger<br>
chunk of Java before you can start being productive.  Consider how simple<br>
it is to write a non-regex grep in Python.  In addition, Python's object<br>
model is simpler than Java's, not even talking about the contortions that<br>
Java's static class model forces you into.</blockquote><div><br>I am new to Python. I am slowly realizing that Python might be a better choice when compared to java on the server side. Is there any performance comparison between Java and Python ? For example, if I use the J2EE solution vs. python (Django etc.) on the server side, would one perform better over the other ?  <br>
<br>-mohan<br><br>P.S: I have changed the subject line to reflect the new thread<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>

<font color="#888888">--<br>
Aahz (<a href="mailto:aahz@pythoncraft.com">aahz@pythoncraft.com</a>)           <*>         <a href="http://www.pythoncraft.com/" target="_blank">http://www.pythoncraft.com/</a><br>
<br>
"In 1968 it took the computing power of 2 C-64's to fly a rocket to the moon.<br>
Now, in 1998 it takes the Power of a Pentium 200 to run Microsoft Windows 98.<br>
Something must have gone wrong."  --/bin/fortune<br>
</font><div><div></div><div class="h5">--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</div></div></blockquote></div><br>