Re: [BangPypers] Web Application Development

2011-05-23 Thread Rajeev J Sebastian
On Thu, May 19, 2011 at 7:33 PM, Gopalakrishnan Subramani wrote: > Django is self contained solution, where it has ORM/Templates/Views/Routing > tightly couples, IMHO. Where as in Pyramid, you have Options.. They are not tightly coupled at all. In core django: There are a couple of generic views

Re: [BangPypers] Web Application Development

2011-05-19 Thread Gopalakrishnan Subramani
Turbogear developers works with Pyramid guys, but no outcome is planned so far. They might create a framework on top of pyramid or do contribution to plug-ins.. If you are starter, I would advise you go with Django. Pyramid is nice for hard-core developer, when it comes to end level framework user

Re: [BangPypers] Web Application Development

2011-05-19 Thread Dhananjay Nene
On Thu, May 5, 2011 at 3:47 PM, OOMMEN KM wrote: > Hi All, > > I would like to know which technology should I use for developing a web > based application. > The application will have to handle a huge amount of data and we are using > MySQL. > Will mod_python a good option for the development of

Re: [BangPypers] Web Application Development

2011-05-16 Thread Kiran Jonnalagadda
On 05-May-2011, at 5:26 PM, Noufal Ibrahim wrote: > Flask - Young and lightweight. Flexible with components (you can mix and > match parts). Very well documented, good community. > > There's a bunch of offshoots of Zope (which was one of the earliest > successfuly Python projects) like Grok, web2

Re: [BangPypers] Web Application Development

2011-05-14 Thread Pradeep Gowda
On Sat, May 14, 2011 at 11:43 AM, vivek durai wrote: > I've been examining the Pyramid docs recently. Stuff that put me off include > the zope elements... What zope elements? Just because it depends on ONE library called zope.interface, does not make it Zope. Zope.interface is a way of providin

Re: [BangPypers] Web Application Development

2011-05-14 Thread Ramdas S
On Sat, May 14, 2011 at 10:13 PM, Gora Mohanty wrote: > On Sat, May 14, 2011 at 9:13 PM, vivek durai wrote: > [...] > > Anyone with experience in Pyramid who can lend their wisdom would be much > > appreciated (or anyone who can show the way with the django formwizard - > svn > > version). > [..

Re: [BangPypers] Web Application Development

2011-05-14 Thread Gora Mohanty
On Sat, May 14, 2011 at 9:13 PM, vivek durai wrote: [...] > Anyone with experience in Pyramid who can lend their wisdom would be much > appreciated (or anyone who can show the way with the django formwizard - svn > version). [...] Haven't used pyramid, but what issues are you facing with Django f

Re: [BangPypers] Web Application Development

2011-05-14 Thread vivek durai
I've been examining the Pyramid docs recently. Stuff that put me off include the zope elements...which somehow never seemed pythonic enough. I've been working on django apps for a couple of years now and still find it lacking in a number of features (lately the formwizard contrib app has been givin

Re: [BangPypers] Web Application Development

2011-05-05 Thread Gopalakrishnan Subramani
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

Re: [BangPypers] Web Application Development

2011-05-05 Thread Noufal Ibrahim
Senthil Kumaran 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 maintaini

Re: [BangPypers] Web Application Development

2011-05-05 Thread Senthil Kumaran
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_

Re: [BangPypers] Web Application Development

2011-05-05 Thread Baiju M
On Thu, May 5, 2011 at 4:53 PM, Balachandran Sivakumar wrote: > Hi > > On Thu, May 5, 2011 at 4:47 PM, Baiju M wrote: >> >> mod_python has been officially declared as dead. > >           It has been declared dead by a  few. The mod_python site > says it isn't. It's not written by some "few", rat

Re: [BangPypers] Web Application Development

2011-05-05 Thread Kenneth Gonsalves
On Thu, 2011-05-05 at 20:30 +0800, Senthil Kumaran wrote: > On Thu, May 05, 2011 at 05:10:39PM +0530, Kenneth Gonsalves wrote: > > no doubt dead men do not tell lies - but the fact is that Apache has > > long ago dropped support for it. And no one in their right mind > would > > use it. > > Looks

Re: [BangPypers] Web Application Development

2011-05-05 Thread Senthil Kumaran
On Thu, May 05, 2011 at 05:10:39PM +0530, Kenneth Gonsalves wrote: > no doubt dead men do not tell lies - but the fact is that Apache has > long ago dropped support for it. And no one in their right mind would > use it. Looks like I fall into that category. :) I was using mod_python effectively i

Re: [BangPypers] Web Application Development

2011-05-05 Thread Noufal Ibrahim
OOMMEN KM writes: > Hi All, > > I would like to know which technology should I use for developing a > web based application. The application will have to handle a huge > amount of data and we are using MySQL. Will mod_python a good option > for the development of this application? Or I need to

Re: [BangPypers] Web Application Development

2011-05-05 Thread Kenneth Gonsalves
On Thu, 2011-05-05 at 16:25 +0530, Balachandran Sivakumar wrote: > Currently mod_python is not under active development. This does not > mean that it is "dead" as some people have claimed. It smiply means > that the code and the project are mature enough when very little is > required to maintain i

Re: [BangPypers] Web Application Development

2011-05-05 Thread Sudheer Satyanarayana
On Thursday 05 May 2011 03:52 PM, Ataulla S H wrote: go for pylons framework with mysql To be precise, use Pyramid. Pylons is now a brand name under which several projects exist. Pylons 1.0 is now a legacy framework. If you are looking at Pylons, go with Pyramid. A typical Pyramid application u

Re: [BangPypers] Web Application Development

2011-05-05 Thread Balachandran Sivakumar
Hi On Thu, May 5, 2011 at 4:47 PM, Baiju M wrote: > > mod_python has been officially declared as dead. It has been declared dead by a few. The mod_python site says it isn't. > And the code base is unmaintained for a long time (many years). Yes, for about 2 years. > http:

Re: [BangPypers] Web Application Development

2011-05-05 Thread Baiju M
On Thu, May 5, 2011 at 4:25 PM, Balachandran Sivakumar wrote: > Hi, > > On Thu, May 5, 2011 at 4:11 PM, Kenneth Gonsalves wrote: >> >> mod_python is dead - try django > >         Django may be a good option. But mod_python is not dead. The > verbatim message from mod_python website: > > Currently

Re: [BangPypers] Web Application Development

2011-05-05 Thread Balachandran Sivakumar
Hi, On Thu, May 5, 2011 at 4:11 PM, Kenneth Gonsalves wrote: > > mod_python is dead - try django Django may be a good option. But mod_python is not dead. The verbatim message from mod_python website: Currently mod_python is not under active development. This does not mean that it is "d

Re: [BangPypers] Web Application Development

2011-05-05 Thread Kenneth Gonsalves
On Thu, 2011-05-05 at 15:47 +0530, OOMMEN KM wrote: > Will mod_python a good option for the development of this application? > Or I > need to choose some frame works? mod_python is dead - try django -- regards Kenneth Gonsalves http://lawgon.livejournal.com/

Re: [BangPypers] Web Application Development

2011-05-05 Thread Ataulla S H
go for pylons framework with mysql On Thu, May 5, 2011 at 3:47 PM, OOMMEN KM wrote: > Hi All, > > I would like to know which technology should I use for developing a web > based application. > The application will have to handle a huge amount of data and we are using > MySQL. > Will mod_python a

[BangPypers] Web Application Development

2011-05-05 Thread OOMMEN KM
Hi All, I would like to know which technology should I use for developing a web based application. The application will have to handle a huge amount of data and we are using MySQL. Will mod_python a good option for the development of this application? Or I need to choose some frame works? Please