On Tue, Nov 3, 2015 at 4:34 PM, Robert James Liguori <[email protected]> wrote:
> A few questions on TurboGears2... > > (1) How vibrant is the TurboGears2 community? > Anyone willing to contribute is welcome ;) > (2) What is the best learning path / trail to follow to learn TurboGears2? > E.g., web tutorials, book(s), etc.? > Probably the Tutorial section of the documentation ( http://turbogears.readthedocs.org/en/latest/turbogears/starting.html#tutorials ) TurboGears books mostly cover TG1.X so are pretty outdated nowadays. (3) What are the best competing alternatives to TurboGears2 > You can actually do everything with any Python framework (bottle, django, flask, pyramid, web2py, falcon, morepath, web2py), there isn't something you can achieve with only one of them. My suggestion is to pick the one you like most the way it's designed and through. TurboGears2 has many major difference when compared to other frameworks (ObjectDispatch instead of regex routing, XHTML validated templates instead of plain text engines, major integration with a Widgeting system and so on...) some people think that those are great and convenient, some think they they limit or slowdown their development. It's just a matter of how you would usually do things and so which framework better suites your way of working. -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

