[BangPypers] Web Application Development

Gopalakrishnan Subramani gopalakrishnan.subramani at gmail.com
Fri May 6 07:11:33 CEST 2011


You need to be careful enough to choose between Django vs Pylons/Pyramid

Django has larger community than Pyramid has now and you are likely to find
many examples, tutorials, reusable apps and hacks in Django than Pyramid.
Until or unless you know that Django's default ORM or its template are not
suite your need, Django would be ideal choice for average web developer.

I personally prefer Pyramid..

Regards,

Gopalakrishnan Subramani






On Thu, May 5, 2011 at 6:39 PM, Noufal Ibrahim <noufal at gmail.com> wrote:

> Senthil Kumaran <senthil at uthcode.com> writes:
>
> > On Thu, May 05, 2011 at 06:06:40PM +0530, Kenneth Gonsalves wrote:
> >> I do not think you would use it today - with a modern apache.
> >
> > I should have been more specific. It was 2010 when we were using
> > mod_python and still (in 2011) my colleagues who should be maintaining
> > the project would be using mod_python.
>
> I remember you talking about this. If I remember correctly, you just
> picked it up because it was available and simple to use.
>
> [...]
>
>
> > Ofcourse, for quick web projects, I would really not mind using
> > mod_python.
>
> I wouldn't mind using CGI or PHP for quick and dirty work. I would
> however dissuade people from using it for new projects given its
> deprecated status.
> [...]
>
>
> --
>        "Life and death are seldom logical."
>        "But attaining a desired goal always is."
>                -- McCoy and Spock, "The Galileo Seven", stardate 2821.7
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>


More information about the BangPypers mailing list