On Wed, Oct 7, 2009 at 3:39 PM, Rajeev J Sebastian < rajeev.sebast...@gmail.com> wrote:
> On Wed, Oct 7, 2009 at 3:32 PM, Anand Chitipothu <anandol...@gmail.com> > wrote: > > You may not agree to the view that Python doesn't have good CMS > > softwares. But saying that there is good CMS in python doesn't mean > > "python sucks". > > > > If there are good CMS softwares in Python then why nobody in this > > group hasn't named a single one other than Plone? > > +1 > > Also, there is a project made by one of my friends - drupy its called > (implementation of drupal in python). they are doing a line-by-line > translation of drupal to python. > -1. Not a great way to build software. I wonder what they will end up with. You might end up with some-thing half-assed that is neither Drupal nor Python. Instead of doing line by line, do it at module level and with a proper top down design. That way you would perhaps avoid some design flaws in the original software. > > Regards > Rajeev J Sebastian > _______________________________________________ > BangPypers mailing list > BangPypers@python.org > http://mail.python.org/mailman/listinfo/bangpypers > -- --Anand
_______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers