<?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 for Artful Code</title>
	<atom:link href="http://www.artfulcode.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.artfulcode.net</link>
	<description>Resources and tips for dynamic, interactive languages.</description>
	<lastBuildDate>Tue, 09 Mar 2010 19:00:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Multi-threading in Python by Brandon</title>
		<link>http://www.artfulcode.net/articles/multi-threading-python/comment-page-1/#comment-2019</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Tue, 09 Mar 2010 19:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/articles/multi-threading-python/#comment-2019</guid>
		<description>You know this is simply doing co-operative multitasking, not actual concurrency because of the GIL. To get the files all downloading at the same time, you need the multiprocessing module (or similar). See the &lt;a href=&quot;http://pycon.blip.tv/file/3254256&quot; rel=&quot;nofollow&quot;&gt;video of David Beazley&#039;s talk at PyCon 2010&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>You know this is simply doing co-operative multitasking, not actual concurrency because of the GIL. To get the files all downloading at the same time, you need the multiprocessing module (or similar). See the <a href="http://pycon.blip.tv/file/3254256" rel="nofollow">video of David Beazley&#8217;s talk at PyCon 2010</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Threading in Django by Greabkase</title>
		<link>http://www.artfulcode.net/articles/threading-django/comment-page-1/#comment-2018</link>
		<dc:creator>Greabkase</dc:creator>
		<pubDate>Tue, 09 Mar 2010 13:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/articles/threading-django/#comment-2018</guid>
		<description>Aloha! Dis web-site is da champion, and I have been looking for this website for a while now and I&#039;m so fortunate I finally found it.

I am 23 years of age and finishing my masters at Houston.

I&#039;m the type of guy who enjoys to taste different things. Presently I am beginning my best E project. I&#039;m doing it all alone without the help of someone. I am utilizing the net as the only way to acheive this. I ran across a very unbelievable blog that explains how to do internet business and website marketing. There is a place on the net that covers all the steps involved in get rich online.

I am not sure about how accurate the information given there iz. If some guys right here who had experience with these techniques can have a look and give your feedback in the thread it would be grand and I&#039;d extremely value it, cause I really take an interest in almost all of the stuff on this internet site called &lt;a href=&quot;http://www.making-easy-money-online.biz/101ways&quot; rel=&quot;nofollow&quot;&gt;making easy money online&lt;/a&gt;.

Thanks for your time. You dudes are great.</description>
		<content:encoded><![CDATA[<p>Aloha! Dis web-site is da champion, and I have been looking for this website for a while now and I&#8217;m so fortunate I finally found it.</p>
<p>I am 23 years of age and finishing my masters at Houston.</p>
<p>I&#8217;m the type of guy who enjoys to taste different things. Presently I am beginning my best E project. I&#8217;m doing it all alone without the help of someone. I am utilizing the net as the only way to acheive this. I ran across a very unbelievable blog that explains how to do internet business and website marketing. There is a place on the net that covers all the steps involved in get rich online.</p>
<p>I am not sure about how accurate the information given there iz. If some guys right here who had experience with these techniques can have a look and give your feedback in the thread it would be grand and I&#8217;d extremely value it, cause I really take an interest in almost all of the stuff on this internet site called <a href="http://www.making-easy-money-online.biz/101ways" rel="nofollow">making easy money online</a>.</p>
<p>Thanks for your time. You dudes are great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Threading in Django by beissenom</title>
		<link>http://www.artfulcode.net/articles/threading-django/comment-page-1/#comment-2013</link>
		<dc:creator>beissenom</dc:creator>
		<pubDate>Tue, 02 Mar 2010 00:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/articles/threading-django/#comment-2013</guid>
		<description>ndumarket.com is an online trading platform for African food shops and other products in the U.S and Canada.

ndumarket.com exhibits a variety of African food products from African stores and African Markets owners who are committed to better and quicker client service.</description>
		<content:encoded><![CDATA[<p>ndumarket.com is an online trading platform for African food shops and other products in the U.S and Canada.</p>
<p>ndumarket.com exhibits a variety of African food products from African stores and African Markets owners who are committed to better and quicker client service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extending Python with (almost) anything by Jeff</title>
		<link>http://www.artfulcode.net/articles/extending-python-almost-anything/comment-page-1/#comment-2012</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sun, 28 Feb 2010 13:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/articles/extending-python-almost-anything/#comment-2012</guid>
		<description>That is an entirely different story. For that, you would need to load Python libraries from within newlisp. Using newlisp as an embedded interpreter is unfortunately limited to evaluating strings.</description>
		<content:encoded><![CDATA[<p>That is an entirely different story. For that, you would need to load Python libraries from within newlisp. Using newlisp as an embedded interpreter is unfortunately limited to evaluating strings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extending Python with (almost) anything by e</title>
		<link>http://www.artfulcode.net/articles/extending-python-almost-anything/comment-page-1/#comment-2011</link>
		<dc:creator>e</dc:creator>
		<pubDate>Fri, 26 Feb 2010 02:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/articles/extending-python-almost-anything/#comment-2011</guid>
		<description>cool.  would you be up for showing a reverse example? newlisp calling a python function?</description>
		<content:encoded><![CDATA[<p>cool.  would you be up for showing a reverse example? newlisp calling a python function?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The rebirth of the BBS by Jeff</title>
		<link>http://www.artfulcode.net/articles/the-rebirth-of-the-bbs/comment-page-1/#comment-2010</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 25 Feb 2010 01:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/?p=777#comment-2010</guid>
		<description>You&#039;re kidding!</description>
		<content:encoded><![CDATA[<p>You&#8217;re kidding!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Runtime ChoiceField filtering in Django&#8217;s admin by Andrew Wall</title>
		<link>http://www.artfulcode.net/articles/runtime-choicefield-filtering-in-djangos-admin/comment-page-1/#comment-2009</link>
		<dc:creator>Andrew Wall</dc:creator>
		<pubDate>Mon, 22 Feb 2010 16:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/?p=741#comment-2009</guid>
		<description>Thanks very much for writing about this.  I&#039;m new to both python and django and there didn&#039;t seem to be a way to handle this kind of problem without abandoning the Admin screens from the django doc.</description>
		<content:encoded><![CDATA[<p>Thanks very much for writing about this.  I&#8217;m new to both python and django and there didn&#8217;t seem to be a way to handle this kind of problem without abandoning the Admin screens from the django doc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic URLs in Django by Kyle Napierkowski</title>
		<link>http://www.artfulcode.net/articles/dynamic-urls-django/comment-page-1/#comment-2008</link>
		<dc:creator>Kyle Napierkowski</dc:creator>
		<pubDate>Sat, 20 Feb 2010 09:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/articles/dynamic-urls-django/#comment-2008</guid>
		<description>Thanks much, I&#039;m working on my first Django site right now and was wondering about creating this kind of catch-all.  Simple and does the job.

Kyle</description>
		<content:encoded><![CDATA[<p>Thanks much, I&#8217;m working on my first Django site right now and was wondering about creating this kind of catch-all.  Simple and does the job.</p>
<p>Kyle</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The rebirth of the BBS by Xebec</title>
		<link>http://www.artfulcode.net/articles/the-rebirth-of-the-bbs/comment-page-1/#comment-2007</link>
		<dc:creator>Xebec</dc:creator>
		<pubDate>Tue, 16 Feb 2010 18:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/?p=777#comment-2007</guid>
		<description>I&#039;m pretty sure JustJeff&#039;s Palace and Gunner&#039;s Grotto ran MajorBBS:

http://en.wikipedia.org/wiki/The_Major_BBS</description>
		<content:encoded><![CDATA[<p>I&#8217;m pretty sure JustJeff&#8217;s Palace and Gunner&#8217;s Grotto ran MajorBBS:</p>
<p><a href="http://en.wikipedia.org/wiki/The_Major_BBS" rel="nofollow">http://en.wikipedia.org/wiki/The_Major_BBS</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The rebirth of the BBS by Mike Vierling</title>
		<link>http://www.artfulcode.net/articles/the-rebirth-of-the-bbs/comment-page-1/#comment-2006</link>
		<dc:creator>Mike Vierling</dc:creator>
		<pubDate>Tue, 16 Feb 2010 18:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/?p=777#comment-2006</guid>
		<description>FYI, Jeff Taylor (JustJeff&#039;s Palace) is in Federal Prison now.</description>
		<content:encoded><![CDATA[<p>FYI, Jeff Taylor (JustJeff&#8217;s Palace) is in Federal Prison now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
