<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: In search of projects</title>
	<atom:link href="http://4.flowsnake.org/archives/207/feed" rel="self" type="application/rss+xml" />
	<link>http://4.flowsnake.org/archives/207</link>
	<description>A Pythoneer&#039;s adventures with Scheme, etc.</description>
	<lastBuildDate>Mon, 18 Jul 2011 14:37:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: has</title>
		<link>http://4.flowsnake.org/archives/207/comment-page-1#comment-396</link>
		<dc:creator>has</dc:creator>
		<pubDate>Fri, 28 Nov 2008 13:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/?p=207#comment-396</guid>
		<description>py2app could use a bit of TLC. Great tool for for anyone writing OS X apps in Python, but its .egg support needs work.</description>
		<content:encoded><![CDATA[<p>py2app could use a bit of TLC. Great tool for for anyone writing OS X apps in Python, but its .egg support needs work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Martelli</title>
		<link>http://4.flowsnake.org/archives/207/comment-page-1#comment-395</link>
		<dc:creator>Alex Martelli</dc:creator>
		<pubDate>Fri, 28 Nov 2008 06:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/?p=207#comment-395</guid>
		<description>Over at sandysback.{appspot,googlecode,blogspot}.com we&#039;re trying to put together a team to redo &quot;I Want Sandy&quot; -- soon to be closed due to Rael Dornfest moving to Twitter -- as an open source project, ideally one that can be hosted on Google App Engine so as to need no funding or monetization until and unless it&#039;s very successful -- which is one reason of interest for Python of course -- though I&#039;ve also bought the domain sandysback.com and we can point that to whatever host if we decide that another deployment solution works better [man I&#039;d LOVE to do this with Twisted if hosting could be kept cheap enough or funded! -- and of course that&#039;d be Python too;-)].  Anyway, we&#039;re barely getting started but we&#039;re definitely looking for Python-savvy volunteers!-)


Alex</description>
		<content:encoded><![CDATA[<p>Over at sandysback.{appspot,googlecode,blogspot}.com we&#8217;re trying to put together a team to redo &#8220;I Want Sandy&#8221; &#8212; soon to be closed due to Rael Dornfest moving to Twitter &#8212; as an open source project, ideally one that can be hosted on Google App Engine so as to need no funding or monetization until and unless it&#8217;s very successful &#8212; which is one reason of interest for Python of course &#8212; though I&#8217;ve also bought the domain sandysback.com and we can point that to whatever host if we decide that another deployment solution works better [man I'd LOVE to do this with Twisted if hosting could be kept cheap enough or funded! -- and of course that'd be Python too;-)].  Anyway, we&#8217;re barely getting started but we&#8217;re definitely looking for Python-savvy volunteers!-)</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Niessink</title>
		<link>http://4.flowsnake.org/archives/207/comment-page-1#comment-394</link>
		<dc:creator>Frank Niessink</dc:creator>
		<pubDate>Thu, 27 Nov 2008 09:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/?p=207#comment-394</guid>
		<description>If you want to work on an end-user application may I humbly suggest Task Coach (http://www.taskcoach.org)? It&#039;s a cross-platform (including Mac OS X) task manager that supports hierarchical tasks, categories, effort tracking and more. Task Coach is developed in Python, using wxPython for the GUI.</description>
		<content:encoded><![CDATA[<p>If you want to work on an end-user application may I humbly suggest Task Coach (<a href="http://www.taskcoach.org" rel="nofollow">http://www.taskcoach.org</a>)? It&#8217;s a cross-platform (including Mac OS X) task manager that supports hierarchical tasks, categories, effort tracking and more. Task Coach is developed in Python, using wxPython for the GUI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Orestis Markou</title>
		<link>http://4.flowsnake.org/archives/207/comment-page-1#comment-393</link>
		<dc:creator>Orestis Markou</dc:creator>
		<pubDate>Wed, 26 Nov 2008 23:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/?p=207#comment-393</guid>
		<description>Make fellow developers happy every time they use their editor by helping with PySmell!</description>
		<content:encoded><![CDATA[<p>Make fellow developers happy every time they use their editor by helping with PySmell!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Wilkes</title>
		<link>http://4.flowsnake.org/archives/207/comment-page-1#comment-392</link>
		<dc:creator>Matthew Wilkes</dc:creator>
		<pubDate>Wed, 26 Nov 2008 15:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/?p=207#comment-392</guid>
		<description>It&#039;s not as sexy as PyPy, but Melange needs doing. 

http://code.google.com/p/soc/

It&#039;s a webapp for GAE that will power Google Highly Open Participation contest (http://code.google.com/opensource/ghop/2007-8/) and Google Summer of Code (http://code.google.com/soc/2008/) from now on.

It&#039;s also the first piece of code that google have produced that has been open-source since day 1.

Getting this out of the door will help literally thousands of people get involved in open source.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not as sexy as PyPy, but Melange needs doing. </p>
<p><a href="http://code.google.com/p/soc/" rel="nofollow">http://code.google.com/p/soc/</a></p>
<p>It&#8217;s a webapp for GAE that will power Google Highly Open Participation contest (<a href="http://code.google.com/opensource/ghop/2007-8/" rel="nofollow">http://code.google.com/opensource/ghop/2007-8/</a>) and Google Summer of Code (<a href="http://code.google.com/soc/2008/" rel="nofollow">http://code.google.com/soc/2008/</a>) from now on.</p>
<p>It&#8217;s also the first piece of code that google have produced that has been open-source since day 1.</p>
<p>Getting this out of the door will help literally thousands of people get involved in open source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Wilson</title>
		<link>http://4.flowsnake.org/archives/207/comment-page-1#comment-391</link>
		<dc:creator>Matt Wilson</dc:creator>
		<pubDate>Wed, 26 Nov 2008 14:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/?p=207#comment-391</guid>
		<description>Hang out in #python and help novices.  After a while, maybe write a few blog posts that explain stuff that novices keep tripping up on, then submit your blog posts as documentation for python.

Or write some posts on how to use WSGI middleware.</description>
		<content:encoded><![CDATA[<p>Hang out in #python and help novices.  After a while, maybe write a few blog posts that explain stuff that novices keep tripping up on, then submit your blog posts as documentation for python.</p>
<p>Or write some posts on how to use WSGI middleware.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: André Roberge</title>
		<link>http://4.flowsnake.org/archives/207/comment-page-1#comment-389</link>
		<dc:creator>André Roberge</dc:creator>
		<pubDate>Wed, 26 Nov 2008 03:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/?p=207#comment-389</guid>
		<description>What do you think of Crunchy?</description>
		<content:encoded><![CDATA[<p>What do you think of Crunchy?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: est</title>
		<link>http://4.flowsnake.org/archives/207/comment-page-1#comment-388</link>
		<dc:creator>est</dc:creator>
		<pubDate>Wed, 26 Nov 2008 02:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/?p=207#comment-388</guid>
		<description>Try Nodebox or  Shoebot</description>
		<content:encoded><![CDATA[<p>Try Nodebox or  Shoebot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Foord</title>
		<link>http://4.flowsnake.org/archives/207/comment-page-1#comment-387</link>
		<dc:creator>Michael Foord</dc:creator>
		<pubDate>Tue, 25 Nov 2008 20:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/?p=207#comment-387</guid>
		<description>If I had spare time I&#039;d be working on PyPy...</description>
		<content:encoded><![CDATA[<p>If I had spare time I&#8217;d be working on PyPy&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis Bradshaw</title>
		<link>http://4.flowsnake.org/archives/207/comment-page-1#comment-386</link>
		<dc:creator>Travis Bradshaw</dc:creator>
		<pubDate>Tue, 25 Nov 2008 20:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/?p=207#comment-386</guid>
		<description>I would recommend TurboGears.  It&#039;s a project with fantastic potential, a bit unrealized.</description>
		<content:encoded><![CDATA[<p>I would recommend TurboGears.  It&#8217;s a project with fantastic potential, a bit unrealized.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

