<?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>Skis / Toys / Fun &#187; python</title>
	<atom:link href="http://www.skitoy.com/p/tag/python/feed" rel="self" type="application/rss+xml" />
	<link>http://www.skitoy.com</link>
	<description>Appeal to greatness not guilt</description>
	<lastBuildDate>Mon, 01 Mar 2010 17:50:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Twisted code review&#8230;</title>
		<link>http://www.skitoy.com/p/twisted-code-review/261</link>
		<comments>http://www.skitoy.com/p/twisted-code-review/261#comments</comments>
		<pubDate>Thu, 12 Nov 2009 17:04:11 +0000</pubDate>
		<dc:creator>koblas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[thrift]]></category>
		<category><![CDATA[twisted]]></category>

		<guid isPermaLink="false">http://www.skitoy.com/?p=261</guid>
		<description><![CDATA[If you have a few minutes and speak python &#038; twisted, it would be useful to have an extra set of eyes on this section of code. The basic idea of this is to be a reconnecting thrift client, such that I can just write simple client.function(a,b,c) calls without having to worry about if there [...]]]></description>
		<wfw:commentRss>http://www.skitoy.com/p/twisted-code-review/261/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set permission_required for your view functions</title>
		<link>http://www.skitoy.com/p/set-permission_required-for-your-view-functions/187</link>
		<comments>http://www.skitoy.com/p/set-permission_required-for-your-view-functions/187#comments</comments>
		<pubDate>Mon, 22 Sep 2008 19:05:25 +0000</pubDate>
		<dc:creator>koblas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.skitoy.com/?p=187</guid>
		<description><![CDATA[Working with django 1.0 and google app engine&#8230; Wanted to set every view on my admin page to have admin permission. def _perm_admin&#40;rootfunc&#41; : import sys module = sys.modules.get&#40;rootfunc.__module__&#41; for key, value in module.__dict__.items&#40;&#41; : if type&#40;value&#41; is types.FunctionType and key&#91;0&#93; != '_' and rootfunc.__module__ == value.__module__: module.__dict__&#91;key&#93; = permission_required&#40;'admin'&#41;&#40;value&#41; &#160; _perm_admin&#40;main&#41;]]></description>
		<wfw:commentRss>http://www.skitoy.com/p/set-permission_required-for-your-view-functions/187/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python Documentation &#8212; Fail!</title>
		<link>http://www.skitoy.com/p/python-documentation-fail/185</link>
		<comments>http://www.skitoy.com/p/python-documentation-fail/185#comments</comments>
		<pubDate>Fri, 05 Sep 2008 18:35:43 +0000</pubDate>
		<dc:creator>koblas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.skitoy.com/?p=185</guid>
		<description><![CDATA[One of many rants against python documentation.  Fundamentally, things like this only re-enforce why it didn&#8217;t receive the rapid acceptance of PHP. $ pydoc list ....  &#124;  index(...)  &#124;      L.index(value, [start, [stop]]) -&#62; integer -- return first index of value .... Ok, that&#8217;s good&#8230; But what about the &#8220;not found&#8221; case, is it documented, nope!  [...]]]></description>
		<wfw:commentRss>http://www.skitoy.com/p/python-documentation-fail/185/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance of Python, PHP and Perl</title>
		<link>http://www.skitoy.com/p/performance-of-python-php-and-perl/160</link>
		<comments>http://www.skitoy.com/p/performance-of-python-php-and-perl/160#comments</comments>
		<pubDate>Tue, 10 Jun 2008 17:54:25 +0000</pubDate>
		<dc:creator>koblas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.skitoy.com/p/performance-of-python-php-and-perl/160</guid>
		<description><![CDATA[Had a 7GB text file that I needed to run some parsing on (to prepare for a DB import).&#160; As part of my habit I pulled out perl and whipped up a quick program to parse and generate some loadable files.&#160; While watching it run I got to thinking about &#8230; why &#8230; why perl [...]]]></description>
		<wfw:commentRss>http://www.skitoy.com/p/performance-of-python-php-and-perl/160/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.124 seconds -->
