<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Crowd Authentication for Google&#8217;s AppEngine</title>
	<atom:link href="http://diversions.nfshost.com/blog/2008/04/14/crowd-authentication-for-googles-appengine/feed/" rel="self" type="application/rss+xml" />
	<link>http://diversions.nfshost.com/blog/2008/04/14/crowd-authentication-for-googles-appengine/</link>
	<description>Notes on things I'm thinking and doing</description>
	<pubDate>Thu, 04 Dec 2008 00:55:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Tom Davies</title>
		<link>http://diversions.nfshost.com/blog/2008/04/14/crowd-authentication-for-googles-appengine/#comment-1764</link>
		<dc:creator>Tom Davies</dc:creator>
		<pubDate>Sat, 03 May 2008 02:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://diversions.nfshost.com/blog/2008/04/14/crowd-authentication-for-googles-appengine/#comment-1764</guid>
		<description>&lt;p&gt;Thanks for the tip -- I've been using Komodo -- I'll see if Pydev and Pylint suit me better.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the tip &#8212; I&#8217;ve been using Komodo &#8212; I&#8217;ll see if Pydev and Pylint suit me better.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Heikki Toivonen</title>
		<link>http://diversions.nfshost.com/blog/2008/04/14/crowd-authentication-for-googles-appengine/#comment-1755</link>
		<dc:creator>Heikki Toivonen</dc:creator>
		<pubDate>Fri, 02 May 2008 19:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://diversions.nfshost.com/blog/2008/04/14/crowd-authentication-for-googles-appengine/#comment-1755</guid>
		<description>&lt;p&gt;When I started out with Python (I had extensive C++ background before that) I also found out I hated the situation when I made typos and found those much later when running my code. However, I solved my problems by using a couple of strategies:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Use Pydev plugin for Eclipse and configure Pydev to use Pylint&lt;/li&gt;
&lt;li&gt;Write lots and lots of unit tests&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The first of these catches most of my typos right there as I make them (and a lot of other errors too), and also provides a pretty good code completion support. I've never relied on code completion with any language, so I don't actually see 100% support as a big deal.&lt;/p&gt;

&lt;p&gt;The second point is good regardless of the programming language, but due to Python's nature I feel unit tests can cover some of the things you'd otherwise expect a compiler to do. And because Python makes it really easy to create and run unit tests it is a win-win in my  opinion.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>When I started out with Python (I had extensive C++ background before that) I also found out I hated the situation when I made typos and found those much later when running my code. However, I solved my problems by using a couple of strategies:</p>

<ul>
<li>Use Pydev plugin for Eclipse and configure Pydev to use Pylint</li>
<li>Write lots and lots of unit tests</li>
</ul>

<p>The first of these catches most of my typos right there as I make them (and a lot of other errors too), and also provides a pretty good code completion support. I&#8217;ve never relied on code completion with any language, so I don&#8217;t actually see 100% support as a big deal.</p>

<p>The second point is good regardless of the programming language, but due to Python&#8217;s nature I feel unit tests can cover some of the things you&#8217;d otherwise expect a compiler to do. And because Python makes it really easy to create and run unit tests it is a win-win in my  opinion.</p>]]></content:encoded>
	</item>
</channel>
</rss>
