[BangPypers] New to Python

2011-08-04 Thread apurvd
Hello Everyone! Does anyone know about the Python training course for beginner (or trainer's name, contact) in Pune area? Thanks.   --- Regards, Apurv ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpyp

Re: [BangPypers] PyPy outperforms C in microbenchmark

2011-08-04 Thread Baiju M
On Thu, Aug 4, 2011 at 6:12 PM, Noufal Ibrahim wrote: > Senthil Kumaran writes: > >> On Wed, Aug 03, 2011 at 03:05:47PM -0600, Gopalakrishnan Subramani wrote: >>> Based on my understanding, I may not need PyPy for general programming  and >>> small websites experiments as of now. >> >> Just try i

Re: [BangPypers] PyPy outperforms C in microbenchmark

2011-08-04 Thread Gopalakrishnan Subramani
I want to tryout Tornado with MongoDB (AsyncMongo).. I would try pypy as a runtime. Thanks for explanation!! Thanks & Regards, Gopal On Thu, Aug 4, 2011 at 6:57 AM, Senthil Kumaran wrote: > On Thu, Aug 04, 2011 at 06:12:37PM +0530, Noufal Ibrahim wrote: > > Senthil Kumaran writes: > > > Just

Re: [BangPypers] PyPy outperforms C in microbenchmark

2011-08-04 Thread Senthil Kumaran
On Thu, Aug 04, 2011 at 06:12:37PM +0530, Noufal Ibrahim wrote: > Senthil Kumaran writes: > > Just try it! Install pypy and symlink your /usr/local/bin/python to > > pypy interpreter. The whole point is, you won't see the difference. > > Unless you use C extensions. :) > Depends upon which one a

Re: [BangPypers] PyPy outperforms C in microbenchmark

2011-08-04 Thread Noufal Ibrahim
Senthil Kumaran writes: > On Wed, Aug 03, 2011 at 03:05:47PM -0600, Gopalakrishnan Subramani wrote: >> Based on my understanding, I may not need PyPy for general programming and >> small websites experiments as of now. > > Just try it! Install pypy and symlink your /usr/local/bin/python to > pyp

Re: [BangPypers] PyPy outperforms C in microbenchmark

2011-08-04 Thread Senthil Kumaran
On Wed, Aug 03, 2011 at 03:05:47PM -0600, Gopalakrishnan Subramani wrote: > Based on my understanding, I may not need PyPy for general programming and > small websites experiments as of now. Just try it! Install pypy and symlink your /usr/local/bin/python to pypy interpreter. The whole point is,