That's it.. that's the reason to use Pylons:  SQLAlchemy.  If you need
to actually use a database correctly (which I'm guessing that you do),
then you need to use Pylons.  The db framework that ships with Django
tries to be functionally compatible with RoR-style development...
which is ok, as long you don't use your DB for anything more than
'select.. '.  Totally brain-dead, IMO...and frankly targeted for
people w/o DB experience.

On Dec 6 2008, 4:42 pm, "Noah Gift" <[email protected]> wrote:
> On Sun, Dec 7, 2008 at 7:39 AM, Ben Bangert <[email protected]> wrote:
> > On Dec 6, 2008, at 9:31 AM, zunzun wrote:
>
> >  Comparison before starting a project, used to decide which framework
> >> to use.
> >> Django: according tohttp://groups.google.com/group/django-users/about
> >> Members 12,016
> >> Group Activity is High
> >> Pylons: according tohttp://groups.google.com/group/pylons-discuss/about
> >> Members: 1,748
> >> Group Activity is Low
>
> > Really? That's how you decide? Then I believe you *must* choose PHP. It
> > completely dwarfs Django and Python altogether, its the only choice really
> > if you want to determine framework based on user-base (popularity). :)
>
> >  Also, Django just made a major release.  The last (non-security fix)
> >> Pylons release is over a year old.  Guido van Rossum has blessed
> >> Django here:
> >>http://www.djangoproject.com/weblog/2006/aug/07/guidointerview/
>
> > Before that release, they hadn't made a release in almost 2 years, and
> > actually told everyone to run production websites on the development
> > branch... Pylons 0.9.7 RC4 came out about 2 weeks ago. Guido is not a
> > veteran web developer, nor does he actually use any of Django beyond Django
> > templates, his apps have been generally built with pure WSGI and Django
> > templates, the recent port of his Mondrian to a Django app was prolly his
> > first actual Django project.
>
> >  Seems like I should use Django?  Or should it be Pylons instead?  Is a
> >> long-planned major release immediately forthcoming?
>
> > What kind of app/site are you building? What tools matter to you? Do you
> > think you'll need to scale heavily? Are you talking to a legacy database?
> > etc.
>
> > Those questions are the ones you should be asking yourself, then seeing
> > which framework has the tools you need to accomplish your task. Otherwise,
> > merely posting some mail list numbers and that Guido likes Django seems to
> > be awfully trollish as it doesn't seem to be a serious attempt to evaluate
> > the frameworks benefits for the task you're actually trying to complete.
>
> > I'd highly suggest searching the mail list for some previous threads on the
> > subject, as this doesn't really need rehashing again.
> >http://markmail.org/search/?q=list%3Apylons+django+pylons
>
> I wouldn't necessarily agree that it doesn't need rehashing, at least from a
> marketing and documentation perspective.  I just talked with some co-workers
> last week, that are very experienced Python programmers and they asked me
> why they hadn't heard about Pylon's much.  One person mentioned he looked at
> it about a year and half ago, and decided to go with Django.  Now he ran
> into a problem that only SQLAlchemy can solve, and after he went through the
> new pylons book online he was quite impressed.
>
> In my opinion Pylons and Django solve two different problems, although there
> is some overlap, but even still many people don't know this.  For example,
> if you have several legacy databases that you need to talk from the same web
> application, while you are dealing with parallel processing farms, then
> Django is going to cause you much, much pain...i.e. the typical film
> animation workflow.  If you want to write a CMS from scratch, Django is damn
> nice.
>
> To be fair I do agree too that Pylons has had some documentation,
> installation, marketing issues, which I have whined about as well :)  It
> sounds like a lot of this is resolved with the book, new installation
> procedures, and people writing articles and blog posts about Pylons.  I
> think looking at the Ruby framework Merb is a good comparison to see how
> successful, and viable multiple framework approaches are in a language.  Not
> every problem for Ruby is solved by Ruby on Rails.  Many people are unhappy
> with parts of it, and Merb seems to address this.
>
> <http://markmail.org/search/?q=list%3Apylons+django+pylons>
>
>
>
> > Cheers,
> > Ben
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to