Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #15423
| From | John Gordon <gordon@panix.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Python ORMs Supporting POPOs and Substituting Layers in Django |
| Date | 2011-11-07 17:44 +0000 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Message-ID | <j995df$490$1@reader1.panix.com> (permalink) |
| References | <1f9f9361-8278-4ae6-8d4d-5fd09b0fd800@hc5g2000vbb.googlegroups.com> <415d875d-bc6d-4e69-bcf8-39754b45030a@n18g2000vbv.googlegroups.com> <j98tnf$qh0$1@reader1.panix.com> |
In <j98tnf$qh0$1@reader1.panix.com> John Gordon <gordon@panix.com> writes:
> In <415d875d-bc6d-4e69-bcf8-39754b45030a@n18g2000vbv.googlegroups.com> Travis Parks <jehugaleahsa@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
gordon@panix.com B is for Basil, assaulted by bears
-- Edward Gorey, "The Gashlycrumb Tinies"
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python ORMs Supporting POPOs and Substituting Layers in Django Travis Parks <jehugaleahsa@gmail.com> - 2011-11-05 13:11 -0700
Re: Python ORMs Supporting POPOs and Substituting Layers in Django Marco Nawijn <nawijn@gmail.com> - 2011-11-05 13:35 -0700
Re: Python ORMs Supporting POPOs and Substituting Layers in Django Chris Angelico <rosuav@gmail.com> - 2011-11-06 09:09 +1100
Re: Python ORMs Supporting POPOs and Substituting Layers in Django Travis Parks <jehugaleahsa@gmail.com> - 2011-11-05 20:22 -0700
Re: Python ORMs Supporting POPOs and Substituting Layers in Django John Gordon <gordon@panix.com> - 2011-11-07 15:33 +0000
Re: Python ORMs Supporting POPOs and Substituting Layers in Django John Gordon <gordon@panix.com> - 2011-11-07 17:44 +0000
Re: Python ORMs Supporting POPOs and Substituting Layers in Django Travis Parks <jehugaleahsa@gmail.com> - 2011-11-07 18:21 -0800
Re: Python ORMs Supporting POPOs and Substituting Layers in Django Lie Ryan <lie.1296@gmail.com> - 2011-11-08 16:09 +1100
Re: Python ORMs Supporting POPOs and Substituting Layers in Django Travis Parks <jehugaleahsa@gmail.com> - 2011-11-12 08:11 -0800
Re: Python ORMs Supporting POPOs and Substituting Layers in Django Chris Angelico <rosuav@gmail.com> - 2011-11-08 18:35 +1100
Re: Python ORMs Supporting POPOs and Substituting Layers in Django Dave Angel <d@davea.name> - 2011-11-08 07:58 -0500
csiph-web