Re: perfectionists... motto doesn't fit

2012-10-16 Thread Moonlight
Why not just professionally answer the question asked? -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/cv7rds5K84EJ. To post to this group, send email to dj

Re: perfectionists... motto doesn't fit

2012-10-12 Thread Moonlight
> Some people make the argument of "whatever tool is right for the job".. > > Sure - you could make a handsome shed with your first born's plastic tool > set, but for perfectionists it's not just about the end result, it's about > how you got there. > 'how you got there' - never thought that

perfectionists... motto doesn't fit

2012-10-11 Thread Moonlight
What is django definition for perfectionists? Just curious. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/-rUl_ZryK44J. To post to this group, send email

Re: Django performance vs others

2012-10-11 Thread Moonlight
'missing' test case is so slow... even in bottle? Can someone tell me? 2012/10/10 Moonlight > > >> I think this <http://packages.python.org/wheezy.web/tutorial.html> one >> explains how it works. > > > A quick read make me think it's a bit complex.

Re: Django performance vs others

2012-10-09 Thread Moonlight
I have checked django codeused in this post. It is not parsing... just render, here is django template: {% for row in table %}{% for

Re: Django performance (cpython vs pypy)

2012-10-04 Thread Moonlight
ברהם סרור wrote: > > impressive gain when using pypy, still django seems to have the slowest > template engine > it would be interesting to see memory usage also, not only speed > btw does anyone uses pypy in production yet? care to share some thoughts? > > > On Thu, Oct 4,

Django performance (cpython vs pypy)

2012-10-04 Thread Moonlight
It is interesting to see how django performance is improved by Pypy 1.9 (vs CPython 2.7) in web framework and template engine benchmarks. -- You received t