In <j98tnf$qh0$1...@reader1.panix.com> John Gordon <gor...@panix.com> writes:
> In <415d875d-bc6d-4e69-bcf8-39754b450...@n18g2000vbv.googlegroups.com> Travis > Parks <jehugalea...@gmail.com> writes: > > Which web frameworks have people here used and which have they found > > to be: scalable, RAD compatible, performant, stable and/or providing > > good community support? I am really trying to get as much feedback as > I've used Django and it seems to be a very nice framework. However I've > only done one project so I haven't delved too deeply. You are probably looking for more detail than "It's a nice framework" :-) The database model in Django is powerful; it allows you to do queries in native Python code without delving into backend SQL stuff. I don't know how scalable/performant the database model is, as the one project I worked on didn't deal with a ton of data. (But I'd be surprised if it had poor performance.) The URL dispatcher provides a very nice and logical way to associate a given URL with a given method call. Community support is excellent. -- John Gordon A is for Amy, who fell down the stairs gor...@panix.com B is for Basil, assaulted by bears -- Edward Gorey, "The Gashlycrumb Tinies" -- http://mail.python.org/mailman/listinfo/python-list