<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Groovie: Pylons 0.9 released</title>
    <link>http://groovie.org/articles/2006/08/01/pylons-0-9-released</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Code, Thoughts, and Misc Debris</description>
    <item>
      <title>Pylons 0.9 released</title>
      <description>&lt;p&gt;Last week during &lt;a href="http://conferences.oreillynet.com/os2006/"&gt;&lt;span class="caps"&gt;OSCON 2006&lt;/span&gt;&lt;/a&gt;, I was able to get a release of &lt;a href="http://pylonshq.com/"&gt;Pylons&lt;/a&gt; out. This version had some big internal changes, no longer using custom Myghty resolvers. We now use a very straight-forward &lt;span class="caps"&gt;WSGI&lt;/span&gt; interface to setup the application and the middleware. It&amp;#8217;s easier to customize as a result, and the call-cycle is very understandable.&lt;/p&gt;


	&lt;p&gt;A bonus of our emphasis on using the &lt;span class="caps"&gt;WSGI&lt;/span&gt; specification and having a flexible architecture, has been that we&amp;#8217;ve been able to maintain a very high degree of backwards compatibility despite such a large internal change-up. Many Pylons 0.8 applications run with &lt;strong&gt;absolutely zero&lt;/strong&gt; changes under Pylons 0.9. Now that we&amp;#8217;re using a clean and powerful &lt;span class="caps"&gt;API&lt;/span&gt; for our internal components, we can begin to add more new features without any backward compatibility issues.&lt;/p&gt;


	&lt;p&gt;Additional cool features in 0.9:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a href="http://pylonshq.com/docs/0.9/template_plugins.html#switching-the-default-template-engine"&gt;Swap the default templating language&lt;/a&gt; to your choice of &lt;a href="http://www.turbogears.org/docs/plugins/template.html"&gt;TurboGears compatible template engine plug-ins&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;Controllers are called with the &lt;span class="caps"&gt;WSGI&lt;/span&gt; interface, enabling powerful application re-use&lt;/li&gt;
		&lt;li&gt;Custom version of Buffet that can cache templates rendered with any supported template engine&lt;/li&gt;
		&lt;li&gt;Mapping system now supports &lt;span class="caps"&gt;HTTP&lt;/span&gt; method restrictions for &lt;span class="caps"&gt;REST&lt;/span&gt;-ful web services&lt;/li&gt;
		&lt;li&gt;Interactive debugger can be used to examine &lt;span class="caps"&gt;AJAX&lt;/span&gt; triggered exceptions&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;We&amp;#8217;re still adding more great features, and working towards a very solid and robust 1.0 release soon. The existing feature set of Pylons is rather large as well, since many of the projects Pylons leverages have been making great strides (SQLAlchemy, Paste, Routes, etc.).&lt;/p&gt;


	&lt;h4&gt;About Pylons&lt;/h4&gt;


	&lt;p&gt;Pylons combines the very best ideas from the worlds of Ruby, Python and Perl, providing a structured but extremely flexible Python web framework. Python concepts are utilized as often as possible to increase your knowledge re-use (Knowing Python makes Pylons easy), in addition to fully leveraging the &lt;span class="caps"&gt;WSGI&lt;/span&gt; protocol for maximum code re-use.&lt;/p&gt;</description>
      <pubDate>Tue, 01 Aug 2006 10:18:55 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:207c58c7-b08d-4c22-add4-280d3954053a</guid>
      <author>ben</author>
      <link>http://groovie.org/articles/2006/08/01/pylons-0-9-released</link>
      <category>Python</category>
    </item>
    <item>
      <title>"Pylons 0.9 released" by Jon</title>
      <description>&lt;p&gt;I&amp;#8217;ve given most if not all of the Python frameworks a spin, and so far I like Pylons the most. Why? I like it because it &lt;strong&gt;feels&lt;/strong&gt; the most buffet-like (not the project, the pick-what-you-want kind).&lt;/p&gt;


	&lt;p&gt;How tightly coupled to Myghty is Pylons now? I&amp;#8217;m working with 0.9.3 and I&amp;#8217;ve found that with some very minor changes I can remove the requirement for Myghty entirely &amp;#8211; I&amp;#8217;m using Genshi for templating and 0.9.3 only appears to use Myghty for templating and nothing else.&lt;/p&gt;


	&lt;p&gt;For many people deployement in a corporate network or even a cautious one minimization of dependencies is very important, sometimes a concern which can make or break the decision to use a product. Being able to trim the requrements list of Pylons down by removing Myghty (easily done, it would appear), FormEncode (even more easily done), nose (same), and others (Beaker if neither sessions nor caching are used) can be a big deal.&lt;/p&gt;


	&lt;p&gt;With regards to Beaker, it appears as though Beaker is used for the default session and caching management. I would have preferred to find in the tutorial a message like &amp;#8220;if you want to enable sessions, here is how you do it &amp;#8211; the default session management is provided by Beaker&amp;#8221; and so on.&lt;/p&gt;


	&lt;p&gt;To me, the whole promise of WSGI is somewhat diminished by the thought that to use Pylons one must download and install several other software packages that aren&amp;#8217;t strictly necessary &amp;#8211; the overwhelming majority of people in corporate environments use packaging like RPM and do not rely on setuptools. I&amp;#8217;ve found that pitching ideas to my boss goes much easier when I don&amp;#8217;t have to say that I have to package up a half-dozen bits of software we haven&amp;#8217;t used before.&lt;/p&gt;</description>
      <pubDate>Mon, 20 Nov 2006 19:34:28 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:d5abd289-2087-4cda-a0f7-147c0b97a210</guid>
      <link>http://groovie.org/articles/2006/08/01/pylons-0-9-released#comment-195</link>
    </item>
    <item>
      <title>"Pylons 0.9 released" by Christian Wyglendowski</title>
      <description>&lt;p&gt;Cool.  I&amp;#8217;ve read over some of the documentation and code, and Pylons is looking/sounding pretty good.  Some day I&amp;#8217;ll carve out some time to give it a spin.&lt;/p&gt;


	&lt;p&gt;Incidentally, I noticed some of your changes to the BuffetMyghty plugin (full Myghty options, fragment support), and I&amp;#8217;m going to roll them into the variant that I publish in the Cheeseshop.&lt;/p&gt;</description>
      <pubDate>Wed, 02 Aug 2006 05:58:24 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:6bcd20c9-fdf3-4281-843b-36390ada9211</guid>
      <link>http://groovie.org/articles/2006/08/01/pylons-0-9-released#comment-186</link>
    </item>
  </channel>
</rss>
