links for 2007-03-14


links for 2007-03-11


links for 2007-03-08


links for 2007-03-07


TGWebServices 1.1 – now with complex input

TGWebServices has now been updated to allow for “complex input”. In other words, you can create a class in Python and have instances of that class as input to your web service methods. (This works via SOAP or plain HTTP POST with XML or JSON documents.)


links for 2007-03-06


Merging TurboGears and Pylons?

Mark Ramm goes into a bit of detail over the recent speculation of Merging TurboGears and Pylons? I had a comment about this on the Pylons mailing list as well. Those of us using Python to develop webapps have a great variety of tools to work with.

It’s worth noting that I (and many others) like the style/feel of TurboGears apps (which is to say CherryPy-style dispatch by default and Genshi templates). Though TurboGears and Pylons currently share a good bit of code and will undoubtedly share more, it’s the style/feel thing that represents the difference between the two frameworks that may not resolve itself. (Of course, TG apps will be able to use Routes+Mako if desired, and Pylons apps can use CherryPy/RhubarbTart+Genshi if desired… those just won’t be out of the box defaults…)


links for 2007-03-05


links for 2007-03-04


links for 2007-03-03