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
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
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
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
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
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).
> [..
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
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
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
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
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_
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
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
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
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
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
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
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:
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
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
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/
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
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
23 matches
Mail list logo