<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Autovivication and Y Combinator in Python</title>
	<atom:link href="http://ruslanspivak.com/2008/04/14/autovivication-and-y-combinator-in-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruslanspivak.com/2008/04/14/autovivication-and-y-combinator-in-python/</link>
	<description>Musings on dynamic languages and more than that</description>
	<lastBuildDate>Fri, 30 Apr 2010 17:09:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Eugene</title>
		<link>http://ruslanspivak.com/2008/04/14/autovivication-and-y-combinator-in-python/#comment-342</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Tue, 21 Oct 2008 02:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://ruslanspivak.wordpress.com/?p=29#comment-342</guid>
		<description>looking forward for more information about this. thanks for sharing. Eugene</description>
		<content:encoded><![CDATA[<p>looking forward for more information about this. thanks for sharing. Eugene</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ur</title>
		<link>http://ruslanspivak.com/2008/04/14/autovivication-and-y-combinator-in-python/#comment-334</link>
		<dc:creator>Ur</dc:creator>
		<pubDate>Thu, 03 Jul 2008 16:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://ruslanspivak.wordpress.com/?p=29#comment-334</guid>
		<description>Yes, You right. 
But maybe its possible to modify this to access without square brackets in attribute style. Instead d[&#039;q&#039;][&#039;w&#039;][&#039;r&#039;] = 777 =&gt; d.q.w.r = 777 ???
already seen that this is possible, but sorry, I don&#039;t remember where...</description>
		<content:encoded><![CDATA[<p>Yes, You right.<br />
But maybe its possible to modify this to access without square brackets in attribute style. Instead d['q']['w']['r'] = 777 =&gt; d.q.w.r = 777 ???<br />
already seen that this is possible, but sorry, I don&#8217;t remember where&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruslan Spivak</title>
		<link>http://ruslanspivak.com/2008/04/14/autovivication-and-y-combinator-in-python/#comment-333</link>
		<dc:creator>Ruslan Spivak</dc:creator>
		<pubDate>Thu, 03 Jul 2008 16:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://ruslanspivak.wordpress.com/?p=29#comment-333</guid>
		<description>Yep, though here I showed additional ways to implement autovivication.

Here is from the same author with my comment:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/537637</description>
		<content:encoded><![CDATA[<p>Yep, though here I showed additional ways to implement autovivication.</p>
<p>Here is from the same author with my comment:<br />
<a href="http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/537637" rel="nofollow">http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/537637</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ur</title>
		<link>http://ruslanspivak.com/2008/04/14/autovivication-and-y-combinator-in-python/#comment-332</link>
		<dc:creator>Ur</dc:creator>
		<pubDate>Thu, 03 Jul 2008 15:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://ruslanspivak.wordpress.com/?p=29#comment-332</guid>
		<description>already seen here: 
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/537636</description>
		<content:encoded><![CDATA[<p>already seen here:<br />
<a href="http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/537636" rel="nofollow">http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/537636</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxime Biais</title>
		<link>http://ruslanspivak.com/2008/04/14/autovivication-and-y-combinator-in-python/#comment-320</link>
		<dc:creator>Maxime Biais</dc:creator>
		<pubDate>Wed, 16 Apr 2008 09:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://ruslanspivak.wordpress.com/?p=29#comment-320</guid>
		<description>Thanks for the tip, I often write code with defaultdict(dict) but i never had to use a deeper dict structure.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, I often write code with defaultdict(dict) but i never had to use a deeper dict structure.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
