A bit of Django history

2012-10-04 Thread Jeremy Dunck
I was searching around for a different old blog post and found this one: http://jacobian.org/writing/why-django/ It made me smile - we've come a ways since then. :) -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, sen

Sprint in Stockholm, Sweden, Nov 17-18

2012-10-04 Thread Frej Connolly
I'm really happy to announce that there's going to be Django Sprint in Stockholm, Sweden. It will take place November 17-18 in a great office space provided by Fyndiq at Alströmergatan 20 (google maps http://goo.gl/maps/SL9vs). There will also be a hang out with drinks at the location November

Re: Django performance vs others

2012-10-04 Thread Jacob Kaplan-Moss
Hey folks -- This thread's pretty off-topic for django-dev. Can you please take it elsewhere? Thanks. Jacob On Thu, Oct 4, 2012 at 12:49 PM, Amirouche Boubekki wrote: >> Are the Hello world applications are strictly the same (sessions, auth >> etc) ? > > > The code is available on bitbucket. Th

Re: Django performance vs others

2012-10-04 Thread Juan Pablo Martínez
+1 Stan On Thu, Oct 4, 2012 at 11:14 AM, Stan wrote: > > > On Thursday, October 4, 2012 9:50:35 AM UTC+2, Moonlight wrote: >> >> I found the following benchmarks recently: >> 1. http://mindref.blogspot.**com/2012/09/python-fastest-** >> web-framework.html

Re: Django performance vs others

2012-10-04 Thread Stan
On Thursday, October 4, 2012 9:50:35 AM UTC+2, Moonlight wrote: > > I found the following benchmarks recently: > 1. http://mindref.blogspot.com/2012/09/python-fastest-web-framework.html > 2. http://mindref.blogspot.com/2012/07/python-fastest-template.html > > It is interesting to see the performa

Re: Django performance vs others

2012-10-04 Thread Roberto De Ioris
> Thank you for sharing that! To me it’s very interesting to see no PyPy > advantage on other tests – PyPy claims otherwise: http://speed.pypy.org/ – > but that could be explained by assuming PyPy tests are hand chosen to show > the advantage. PyPy is extremely faster when it can abuse its JIT,

Re: Django performance vs others

2012-10-04 Thread Daniel Sokolowski
Thank you for sharing that! To me it’s very interesting to see no PyPy advantage on other tests – PyPy claims otherwise: http://speed.pypy.org/ – but that could be explained by assuming PyPy tests are hand chosen to show the advantage. From: Moonlight Sent: Thursday, October 04, 2012 3:50 AM T

Django performance vs others

2012-10-04 Thread Moonlight
I found the following benchmarks recently: 1. http://mindref.blogspot.com/2012/09/python-fastest-web-framework.html 2. http://mindref.blogspot.com/2012/07/python-fastest-template.html It is interesting to see the performance boost using pypy. -- You received this message because you are subscrib