TurboGears joins the Pylons Project
compoundthinking.com
TurboGears joins the Pylons Project
1–10 of 42 posts
Re: TurboGears joins the Pylons Project
#2Re: TurboGears joins the Pylons Project
#3Re: TurboGears joins the Pylons Project
#4[deleted]
Re: TurboGears joins the Pylons Project
#5This blog post seems to indicate that Pylons is going more in the direction of most frameworks with its talk of "full stack" and choosing defaults. Is Pylons going to become a reimplementation of Django? It's a little weird. I don't know why Pylons thinks this is better as a single project.
Re: TurboGears joins the Pylons Project
#6A bit unsettling for me. I use Pylons on several projects, though I haven't kept up with Pylons news. I really like Pylons because it was to me the best representation of the ideal framework out there; it was flexible and easy to plug in your own stuff, it was not haughty or insistent that you do things a certain way, it did not rewrite Python's whole standard library as many other frameworks practically rewrite the…
Re: TurboGears joins the Pylons Project
#7Re: TurboGears joins the Pylons Project
#8Re: TurboGears joins the Pylons Project
#9Re: TurboGears joins the Pylons Project
#10A bit unsettling for me. I use Pylons on several projects, though I haven't kept up with Pylons news. I really like Pylons because it was to me the best representation of the ideal framework out there; it was flexible and easy to plug in your own stuff, it was not haughty or insistent that you do things a certain way, it did not rewrite Python's whole standard library as many other frameworks practically rewrite the…
Pyramid is repoze.bfg with some of the good things from Pylons added in. Pyramid is much more extensible with hooks. TurboGears will still be a full-stack, Pyramid + their choices for form library, templating, etc. Pyramid is still very light and makes very few assumptions.
I think it is better since you've brought together three frameworks and that collective mindshare is going to collaborate rather than compete.