Hi Ashish,<br><br><div class="gmail_quote">On 19 September 2011 14:27, Ashish Gaonker <span dir="ltr">&lt;<a href="mailto:ashish.gec@gmail.com">ashish.gec@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
My obvious thinking is : Java being compiled language , must be faster then a interpreted   language. <br><br>I know couple of points : Development time is less + easy to learn + python is expressive.<br><br>Can you share some more especially as compared to Java / .net (two primarily used languages in enterprise language &amp; web based applications)<br clear="all">
</blockquote><br>There&#39;s many pages on the internet comparing Python, Java and other languages.  I suggest you check them out.  <br><br>Having said that, I&#39;ll point out that Python has several implementations, including one called &quot;Jython&quot;, which actually targets the Java runtime and so should have comparable performance to Java on the same runtime.  Additionally there&#39;s projects like PyPy which in some cases is faster even than C/C++.<br>
<br>This page (from my bookmarks) has some interesting points of comparison for consideration: <br><a href="http://pythonconquerstheuniverse.wordpress.com/category/java-and-python/">http://pythonconquerstheuniverse.wordpress.com/category/java-and-python/</a><br>
<br>Walter<br></div>