<?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>Laughing Meme &#187; python</title>
	<atom:link href="http://laughingmeme.org/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://laughingmeme.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 02 Apr 2012 20:12:19 +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>photosthatmatter &amp; FlickrApp</title>
		<link>http://laughingmeme.org/2009/07/22/photosthatmatter-flickrapp/</link>
		<comments>http://laughingmeme.org/2009/07/22/photosthatmatter-flickrapp/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 20:27:37 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/?p=4254</guid>
		<description><![CDATA[Aaron&#8217;s FlickrApp is a brain dead easy to use subclass of webapp.RequestHandler that turns Flickr into an single-sign on service for Google AppEngine. As a bonus, you get a valid Flickr auth_token for every signed in user. This makes writing Flickr API apps about the simplest thing ever. Case in point, I wrote the largely [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://photosthatmatter.appspot.com"><img src="http://farm3.static.flickr.com/2667/3747384500_dacdd8c86e.jpg" width="500" height="251" alt="Picture 53" border="0" /></a></p>

<p>Aaron&#8217;s <a href="http://github.com/straup/gae-flickrapp/tree/master">FlickrApp</a> is a brain dead easy to use subclass of <a href="http://code.google.com/appengine/docs/python/gettingstarted/handlingforms.html">webapp.RequestHandler</a> that turns <a href="http://flickr.com">Flickr</a> into an single-sign on service for <a href="http://code.google.com/appengine/">Google AppEngine</a>.</p>

<p>As a bonus, you get a valid Flickr auth_token for every signed in user.   This makes writing <a href="http://flickr.com/services/api">Flickr API apps</a> about the simplest thing ever.</p>

<p>Case in point, I wrote the largely mis-named <a href="http://photosthatmatter.appspot.com">photosthatmatter</a> app last night in slightly less then 20 minutes, while waiting for dinner to simmer.   Shows the most interesting photo from each for your contact in a given time period.  Great for catching up on things you missed  as they flowed by the first time.</p>

<p>YMMV, but it works for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2009/07/22/photosthatmatter-flickrapp/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My Flickr API library for PHP</title>
		<link>http://laughingmeme.org/2008/12/11/my-flickr-api-library-for-php/</link>
		<comments>http://laughingmeme.org/2008/12/11/my-flickr-api-library-for-php/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 23:05:59 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/?p=4116</guid>
		<description><![CDATA[I&#8217;m a big believer in Norvig&#8217;s &#8220;Code is liability&#8221; maxim. Which is how I justify my ugly, but functional Flickr API implementation, in 40 lines of PHP (not the most expressive of languages), which I wrote in about 15 minutes one evening, and I now use for all of my Flickr side projects. And all [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a big believer in Norvig&#8217;s &#8220;Code is liability&#8221; maxim.  Which is how I justify my ugly, but functional Flickr API implementation, in 40 lines of PHP (not the most expressive of languages), which I wrote in about 15 minutes one evening, and I now use for all of my Flickr side projects.  And all apropos of digging through other folks Flickr API impls, trying to get them working on GAE.   Thankfully <a href="http://blech.vox.com/library/post/flickrapi-google-app-engine.html">blech is already there</a>. </p>
<p><a href='http://laughingmeme.org/code/flickr.simple.php.txt'>http://laughingmeme.org/code/flickr.simple.php.txt</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2008/12/11/my-flickr-api-library-for-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>random($foo): Unicode/UTF-8 Notes: I18N Gotchas</title>
		<link>http://laughingmeme.org/2006/05/24/randomfoo-unicodeutf-8-notes-i18n-gotchas/</link>
		<comments>http://laughingmeme.org/2006/05/24/randomfoo-unicodeutf-8-notes-i18n-gotchas/#comments</comments>
		<pubDate>Thu, 25 May 2006 07:54:00 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[upcoming]]></category>
		<category><![CDATA[utf8]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=3361</guid>
		<description><![CDATA[Leonard&#8217;s note on converting Upcoming, a LAMP melange of PHP, Perl, and Python to native UTF-8.]]></description>
			<content:encoded><![CDATA[<p>Leonard&#8217;s note on converting <a href="http://upcoming.org">Upcoming</a>, a LAMP melange of PHP, Perl, and Python to native UTF-8.</p>
<p><a href='http://randomfoo.net/blog/id/4081'>http://randomfoo.net/blog/id/4081</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2006/05/24/randomfoo-unicodeutf-8-notes-i18n-gotchas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manning; wxPython in Action</title>
		<link>http://laughingmeme.org/2006/02/22/manning-wxpython-in-action/</link>
		<comments>http://laughingmeme.org/2006/02/22/manning-wxpython-in-action/#comments</comments>
		<pubDate>Wed, 22 Feb 2006 19:17:00 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=3262</guid>
		<description><![CDATA[About time, I was looking for this book back in &#8217;03]]></description>
			<content:encoded><![CDATA[<p>About time, I was looking for this book <a href="http://laughingmeme.org/articles/2003/11/17/wxpython-book">back in &#8217;03</a></p>
<p><a href='http://www.manning.com/books/rappin'>http://www.manning.com/books/rappin</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2006/02/22/manning-wxpython-in-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GvR: &#8220;Please Teach me Web Frameworks for Python!&#8221;</title>
		<link>http://laughingmeme.org/2006/02/01/gvr-please-teach-me-web-frameworks-for-python/</link>
		<comments>http://laughingmeme.org/2006/02/01/gvr-please-teach-me-web-frameworks-for-python/#comments</comments>
		<pubDate>Wed, 01 Feb 2006 17:43:00 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=3232</guid>
		<description><![CDATA[The 90+ comments are probably the best coverage on the rather fractured state-of-the-art of Python webstack]]></description>
			<content:encoded><![CDATA[<p>The 90+ comments are probably the best coverage on the rather fractured state-of-the-art of Python webstack</p>
<p><a href='http://www.artima.com/weblogs/viewpost.jsp?thread=146149'>http://www.artima.com/weblogs/viewpost.jsp?thread=146149</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2006/02/01/gvr-please-teach-me-web-frameworks-for-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing Liquid:  Smarty for Rails?</title>
		<link>http://laughingmeme.org/2005/11/05/introducing-liquid-smarty-for-rails/</link>
		<comments>http://laughingmeme.org/2005/11/05/introducing-liquid-smarty-for-rails/#comments</comments>
		<pubDate>Sun, 06 Nov 2005 05:49:00 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[smarty]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=3087</guid>
		<description><![CDATA[I&#8217;m caught between running screaming from the room, or edging out quietly and hoping nobody notices. (Actually I&#8217;m giving Tobi the benefit of the doubt, but the idea sends shivers up my spine)]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m caught between running screaming from the room, or edging out quietly and hoping nobody notices.  (Actually I&#8217;m giving Tobi the benefit of the doubt, but the idea sends shivers up my spine)</p>
<p><a href='http://blog.leetsoft.com/articles/2005/11/05/introducing-liquid'>http://blog.leetsoft.com/articles/2005/11/05/introducing-liquid</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2005/11/05/introducing-liquid-smarty-for-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kendall Clark: Semantic Rails, Semantic Django: Pushing RDF into MVC</title>
		<link>http://laughingmeme.org/2005/09/08/kendall-clark-semantic-rails-semantic-django-pushing-rdf-into-mvc/</link>
		<comments>http://laughingmeme.org/2005/09/08/kendall-clark-semantic-rails-semantic-django-pushing-rdf-into-mvc/#comments</comments>
		<pubDate>Thu, 08 Sep 2005 09:21:27 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rdf]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[semweb]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=3012</guid>
		<description><![CDATA[Early thoughts.]]></description>
			<content:encoded><![CDATA[<p>Early thoughts.</p>
<p><a href='http://www.oreillynet.com/pub/wlg/7753'>http://www.oreillynet.com/pub/wlg/7753</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2005/09/08/kendall-clark-semantic-rails-semantic-django-pushing-rdf-into-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>magpiebrain &#8211; A comparison of Django with Rails</title>
		<link>http://laughingmeme.org/2005/08/16/magpiebrain-a-comparison-of-django-with-rails/</link>
		<comments>http://laughingmeme.org/2005/08/16/magpiebrain-a-comparison-of-django-with-rails/#comments</comments>
		<pubDate>Tue, 16 Aug 2005 19:57:41 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=2982</guid>
		<description><![CDATA[Good write up, slightly Django biased, but very good info. Django is definitely going to evolve into a good choice]]></description>
			<content:encoded><![CDATA[<p>Good write up, slightly Django biased, but very good info.  Django is definitely going to evolve into a good choice</p>
<p><a href='http://www.magpiebrain.com/archives/2005/08/14/rails_and_django'>http://www.magpiebrain.com/archives/2005/08/14/rails_and_django</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2005/08/16/magpiebrain-a-comparison-of-django-with-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bill de hora is playing with Django</title>
		<link>http://laughingmeme.org/2005/08/01/bill-de-hora-is-playing-with-django/</link>
		<comments>http://laughingmeme.org/2005/08/01/bill-de-hora-is-playing-with-django/#comments</comments>
		<pubDate>Mon, 01 Aug 2005 20:40:00 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rdf]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[semweb]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=2971</guid>
		<description><![CDATA[I wonder if Django will get an RDF backend before Rails]]></description>
			<content:encoded><![CDATA[<p>I wonder if Django will get an RDF backend before Rails</p>
<p><a href='http://www.dehora.net/journal/2005/08/django_debugging_and_mvcp_frameworks.html'>http://www.dehora.net/journal/2005/08/django_debugging_and_mvcp_frameworks.html</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2005/08/01/bill-de-hora-is-playing-with-django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sparklines in data: URIs</title>
		<link>http://laughingmeme.org/2005/04/26/sparklines-in-data-uris/</link>
		<comments>http://laughingmeme.org/2005/04/26/sparklines-in-data-uris/#comments</comments>
		<pubDate>Tue, 26 Apr 2005 19:46:59 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[semweb]]></category>
		<category><![CDATA[sparklines]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=2927</guid>
		<description><![CDATA[How come no one told me about data: URIs? Wow.]]></description>
			<content:encoded><![CDATA[<p>How come no one told me about data: URIs?  Wow.</p>
<p><a href='http://bitworking.org/news/Sparklines_in_data_URIs_in_Python'>http://bitworking.org/news/Sparklines_in_data_URIs_in_Python</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2005/04/26/sparklines-in-data-uris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Web Programming Matters Most (in Language adoption)</title>
		<link>http://laughingmeme.org/2005/03/29/why-web-programming-matters-most-in-language-adoption/</link>
		<comments>http://laughingmeme.org/2005/03/29/why-web-programming-matters-most-in-language-adoption/#comments</comments>
		<pubDate>Tue, 29 Mar 2005 16:02:53 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=2886</guid>
		<description><![CDATA[I&#8217;ve been saying this for years, but Ian says it well.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been saying this for years, but Ian says it well.</p>
<p><a href='http://blog.ianbicking.org/why-web-programming-matters-most.html'>http://blog.ianbicking.org/why-web-programming-matters-most.html</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2005/03/29/why-web-programming-matters-most-in-language-adoption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More calendar stuff</title>
		<link>http://laughingmeme.org/2004/12/09/more-calendar-stuff/</link>
		<comments>http://laughingmeme.org/2004/12/09/more-calendar-stuff/#comments</comments>
		<pubDate>Thu, 09 Dec 2004 11:10:15 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[caldav]]></category>
		<category><![CDATA[calendaring]]></category>
		<category><![CDATA[ical]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[toread]]></category>
		<category><![CDATA[webdav]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=2701</guid>
		<description><![CDATA[keywords: icalendar, udell, caldav, dasl, python. to blog.]]></description>
			<content:encoded><![CDATA[<p>keywords: icalendar, udell, caldav, dasl, python.  to blog.</p>
<p><a href='http://www.sauria.com/blog/2004/12/08#1165'>http://www.sauria.com/blog/2004/12/08#1165</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2004/12/09/more-calendar-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sparta.py 0.6: RDF Made Easy</title>
		<link>http://laughingmeme.org/2004/12/06/spartapy-06-rdf-made-easy/</link>
		<comments>http://laughingmeme.org/2004/12/06/spartapy-06-rdf-made-easy/#comments</comments>
		<pubDate>Mon, 06 Dec 2004 22:54:57 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[rdf]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=2689</guid>
		<description><![CDATA[It certainly looks easy]]></description>
			<content:encoded><![CDATA[<p>It certainly <em>looks</em> easy</p>
<p><a href='http://www.mnot.net/blog/2004/12/06/sparta'>http://www.mnot.net/blog/2004/12/06/sparta</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2004/12/06/spartapy-06-rdf-made-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python Is Not Java</title>
		<link>http://laughingmeme.org/2004/12/03/python-is-not-java/</link>
		<comments>http://laughingmeme.org/2004/12/03/python-is-not-java/#comments</comments>
		<pubDate>Sat, 04 Dec 2004 05:29:57 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=2675</guid>
		<description><![CDATA[Very well done write up on the difference of coding in Java vs a scripting language]]></description>
			<content:encoded><![CDATA[<p>Very well done write up on the difference of coding in Java vs a scripting language</p>
<p><a href='http://dirtsimple.org/2004/12/python-is-not-java.html'>http://dirtsimple.org/2004/12/python-is-not-java.html</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2004/12/03/python-is-not-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Febrl: python data linking and de-dupe library.</title>
		<link>http://laughingmeme.org/2004/11/14/febrl-python-data-linking-and-de-dupe-library/</link>
		<comments>http://laughingmeme.org/2004/11/14/febrl-python-data-linking-and-de-dupe-library/#comments</comments>
		<pubDate>Mon, 15 Nov 2004 00:59:43 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=2633</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<p><a href='http://datamining.anu.edu.au/projects/linkage.html'>http://datamining.anu.edu.au/projects/linkage.html</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2004/11/14/febrl-python-data-linking-and-de-dupe-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building SchoolTool on MacOS X with Fink</title>
		<link>http://laughingmeme.org/2004/10/22/building-schooltool-on-macos-x-with-fink/</link>
		<comments>http://laughingmeme.org/2004/10/22/building-schooltool-on-macos-x-with-fink/#comments</comments>
		<pubDate>Fri, 22 Oct 2004 08:58:44 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[calendaring]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=2595</guid>
		<description><![CDATA[Tom is making this too easy, I&#8217;m running out of excuse for not playing with it.]]></description>
			<content:encoded><![CDATA[<p>Tom is making this too easy, I&#8217;m running out of excuse for not playing with it.</p>
<p><a href='http://tuttlesvc.teacherhosting.com/blog/blosxom.cgi/labor/technology/schooltool/262.html'>http://tuttlesvc.teacherhosting.com/blog/blosxom.cgi/labor/technology/schooltool/262.html</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2004/10/22/building-schooltool-on-macos-x-with-fink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SchoolTool &#8211; SchoolBell Calendar Server</title>
		<link>http://laughingmeme.org/2004/10/22/schooltool-schoolbell-calendar-server/</link>
		<comments>http://laughingmeme.org/2004/10/22/schooltool-schoolbell-calendar-server/#comments</comments>
		<pubDate>Fri, 22 Oct 2004 08:53:58 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[calendaring]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=2593</guid>
		<description><![CDATA[a free and open source application to allow groups and organizations to coordinate schedules and timetables.]]></description>
			<content:encoded><![CDATA[<p>a free and open source application to allow groups and organizations to coordinate schedules and timetables.</p>
<p><a href='http://schooltool.org/schoolbell'>http://schooltool.org/schoolbell</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2004/10/22/schooltool-schoolbell-calendar-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTP auth as single sign-on web service.</title>
		<link>http://laughingmeme.org/2004/07/14/http-auth-as-single-sign-on-web-service/</link>
		<comments>http://laughingmeme.org/2004/07/14/http-auth-as-single-sign-on-web-service/#comments</comments>
		<pubDate>Thu, 15 Jul 2004 04:44:35 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=2390</guid>
		<description><![CDATA[In Python]]></description>
			<content:encoded><![CDATA[<p>In Python</p>
<p><a href='http://simon.incutio.com/archive/2004/07/15/instant'>http://simon.incutio.com/archive/2004/07/15/instant</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2004/07/14/http-auth-as-single-sign-on-web-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calculating sunrise and sunset</title>
		<link>http://laughingmeme.org/2004/05/13/calculating-sunrise-and-sunset/</link>
		<comments>http://laughingmeme.org/2004/05/13/calculating-sunrise-and-sunset/#comments</comments>
		<pubDate>Fri, 14 May 2004 03:53:03 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=2276</guid>
		<description><![CDATA[I&#8217;ve looked at a dozen version of this algorithm, and this is the most readable by far.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve looked at a dozen version of this algorithm, and this is the most readable by far.</p>
<p><a href='http://kortis.to/radix/python/code/Sun.py'>http://kortis.to/radix/python/code/Sun.py</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2004/05/13/calculating-sunrise-and-sunset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing wxPython on Mac OS X (Panther)</title>
		<link>http://laughingmeme.org/2004/04/17/installing-wxpython-on-mac-os-x-panther/</link>
		<comments>http://laughingmeme.org/2004/04/17/installing-wxpython-on-mac-os-x-panther/#comments</comments>
		<pubDate>Sun, 18 Apr 2004 02:33:09 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=2216</guid>
		<description><![CDATA[not to mention PythonCard]]></description>
			<content:encoded><![CDATA[<p>not to mention PythonCard</p>
<p><a href='http://pythoncard.sourceforge.net/macosx_installation.html'>http://pythoncard.sourceforge.net/macosx_installation.html</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2004/04/17/installing-wxpython-on-mac-os-x-panther/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

