<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ben Allfree &#187; Python</title>
	<atom:link href="http://www.benallfree.com/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benallfree.com</link>
	<description>Custom programming by someone who knows the difference.</description>
	<lastBuildDate>Wed, 01 Feb 2012 05:14:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP vs. Ruby, again</title>
		<link>http://www.benallfree.com/2009/02/10/php-vs-ruby-again/</link>
		<comments>http://www.benallfree.com/2009/02/10/php-vs-ruby-again/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 15:58:11 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[All Articles]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ActiveRecord]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.benallfree.com/?p=475</guid>
		<description><![CDATA[I don&#8217;t want to drive this topic into the ground because as I&#8217;ve said before, PHP and Ruby come from completely different directions, but here&#8217;s what I miss when I&#8217;m writing in PHP: * Buggy static method inheritance &#8211; this is well noted in the PHP community * Buggy class reflection &#8211; also well noted <a href='http://www.benallfree.com/2009/02/10/php-vs-ruby-again/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.benallfree.com/2009/02/10/php-vs-ruby-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails 2.x</title>
		<link>http://www.benallfree.com/2008/12/13/ruby-on-rails-2x/</link>
		<comments>http://www.benallfree.com/2008/12/13/ruby-on-rails-2x/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 02:12:29 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[All Articles]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.benallfree.com/?p=306</guid>
		<description><![CDATA[Ruby on Rails is a great web framework because it establishes smart conventions and application structure. To those of us who already were making well-structured web applications (particularly true in the Java community), it took us a while to see what the big deal is about Rails. After all, we were already using many of the practices Rails brought to the masses. ]]></description>
		<wfw:commentRss>http://www.benallfree.com/2008/12/13/ruby-on-rails-2x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google App Engine</title>
		<link>http://www.benallfree.com/2008/04/22/google-app-engine/</link>
		<comments>http://www.benallfree.com/2008/04/22/google-app-engine/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 17:16:24 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[All Articles]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.benallfree.com/index.php/2008/04/22/google-app-engine/</guid>
		<description><![CDATA[Well, this looks pretty interesting. Google has released a scalable &#8220;app engine&#8221; where you upload your web site source code and it runs on their infrastructure. They provide a basic data access solution also. Right now the engine runs Python web apps only (not that popular, but perhaps growing). That is limiting since it&#8217;s not <a href='http://www.benallfree.com/2008/04/22/google-app-engine/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.benallfree.com/2008/04/22/google-app-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET for Nukelet Released</title>
		<link>http://www.benallfree.com/2006/12/11/asp-net-for-nukelet-released/</link>
		<comments>http://www.benallfree.com/2006/12/11/asp-net-for-nukelet-released/#comments</comments>
		<pubDate>Mon, 11 Dec 2006 13:14:29 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[All Articles]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Today, Ben Allfree announced the release of the Nukelet 2.0 scripting platform for DotNetNuke, along with the much-anticipated ASP.NET scripting plugin. The Nukelet scripting platform now supports ASP.NET, PHP, Classic ASP, VBScript, and Ruby. Python, Java, and other languages are in development. The Nukelet scripting platform allows DotNetNuke developers and site administrators to quickly add <a href='http://www.benallfree.com/2006/12/11/asp-net-for-nukelet-released/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.benallfree.com/2006/12/11/asp-net-for-nukelet-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Weakly-typed Languages in .NET &#8211; Necessary?</title>
		<link>http://www.benallfree.com/2005/06/05/weakly-typed-languages-in-net-necessary/</link>
		<comments>http://www.benallfree.com/2005/06/05/weakly-typed-languages-in-net-necessary/#comments</comments>
		<pubDate>Sun, 05 Jun 2005 08:12:39 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[All Articles]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Choice in programming language greatly affects project success and architecture. Weakly-typed languages are a topic of particular interest to me because, all other things being equal, these languages are an excellent choice for both beginning students and experts, and tend to be excellent choices for rapid prototyping. However, they lack the structure and rules required <a href='http://www.benallfree.com/2005/06/05/weakly-typed-languages-in-net-necessary/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.benallfree.com/2005/06/05/weakly-typed-languages-in-net-necessary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emerging .NET programming languages</title>
		<link>http://www.benallfree.com/2005/02/20/emerging-net-programming-languages/</link>
		<comments>http://www.benallfree.com/2005/02/20/emerging-net-programming-languages/#comments</comments>
		<pubDate>Sun, 20 Feb 2005 10:22:54 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[All Articles]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Here are a few emerging programming languages for the .NET platform. These efforts usually lag behind mainstream technologies and become stable enough to use in business applications a few years after it would have really been important. Still, it is important to track research efforts in both institutionalized and private research labs because the output <a href='http://www.benallfree.com/2005/02/20/emerging-net-programming-languages/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.benallfree.com/2005/02/20/emerging-net-programming-languages/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

