<?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 pushin&#039; and poppin&#039; your eax</title>
	<atom:link href="http://blog.mahmoudimus.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mahmoudimus.com</link>
	<description>a hacker&#039;s moleskine</description>
	<lastBuildDate>Wed, 16 Jun 2010 20:07:24 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on A pythonic n-wise iterator for any iterable by John Hamilton</title>
		<link>http://blog.mahmoudimus.com/2010/06/a-pythonic-n-wise-iterator-for-any-iterable/comment-page-1/#comment-40</link>
		<dc:creator>John Hamilton</dc:creator>
		<pubDate>Wed, 16 Jun 2010 20:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mahmoudimus.com/?p=99#comment-40</guid>
		<description>The itertools module is one of my favorites.  Here is another way to write your function n_wise.

from itertools import islice, izip, tee

def n_wise(iterable, n):
    n_iterators = tee(iterable, n)
    zippables = (islice(it, j, None) for j, it in enumerate(n_iterators))
    return izip(*zippables)</description>
		<content:encoded><![CDATA[<p>The itertools module is one of my favorites.  Here is another way to write your function n_wise.</p>
<p>from itertools import islice, izip, tee</p>
<p>def n_wise(iterable, n):<br />
    n_iterators = tee(iterable, n)<br />
    zippables = (islice(it, j, None) for j, it in enumerate(n_iterators))<br />
    return izip(*zippables)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python 2.6.4 and Twisted 9 on OS X 10.6 Snow Leopard by Mahmoud</title>
		<link>http://blog.mahmoudimus.com/2009/12/python-2-6-4-and-twisted-9-on-os-x-10-6-snow-leopard/comment-page-1/#comment-36</link>
		<dc:creator>Mahmoud</dc:creator>
		<pubDate>Mon, 31 May 2010 21:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mahmoudimus.com/?p=73#comment-36</guid>
		<description>No way Olu :) Python for ever!</description>
		<content:encoded><![CDATA[<p>No way Olu <img src='http://blog.mahmoudimus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Python for ever!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python 2.6.4 and Twisted 9 on OS X 10.6 Snow Leopard by chris brown</title>
		<link>http://blog.mahmoudimus.com/2009/12/python-2-6-4-and-twisted-9-on-os-x-10-6-snow-leopard/comment-page-1/#comment-21</link>
		<dc:creator>chris brown</dc:creator>
		<pubDate>Mon, 15 Mar 2010 04:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mahmoudimus.com/?p=73#comment-21</guid>
		<description>Wow. This has fixed... everything. It is, plain and simple, a recipe for awesome. I cannot thank you enough.</description>
		<content:encoded><![CDATA[<p>Wow. This has fixed&#8230; everything. It is, plain and simple, a recipe for awesome. I cannot thank you enough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python 2.6.4 and Twisted 9 on OS X 10.6 Snow Leopard by Olu Emuleomo</title>
		<link>http://blog.mahmoudimus.com/2009/12/python-2-6-4-and-twisted-9-on-os-x-10-6-snow-leopard/comment-page-1/#comment-20</link>
		<dc:creator>Olu Emuleomo</dc:creator>
		<pubDate>Sat, 13 Mar 2010 04:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mahmoudimus.com/?p=73#comment-20</guid>
		<description>Dude,

All this python hacking...causing you pain?  Switch to PERL and stop the pain. :-)</description>
		<content:encoded><![CDATA[<p>Dude,</p>
<p>All this python hacking&#8230;causing you pain?  Switch to PERL and stop the pain. <img src='http://blog.mahmoudimus.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python 2.6.4 and Twisted 9 on OS X 10.6 Snow Leopard by Mahmoud</title>
		<link>http://blog.mahmoudimus.com/2009/12/python-2-6-4-and-twisted-9-on-os-x-10-6-snow-leopard/comment-page-1/#comment-19</link>
		<dc:creator>Mahmoud</dc:creator>
		<pubDate>Thu, 04 Mar 2010 01:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mahmoudimus.com/?p=73#comment-19</guid>
		<description>Hi Daniel, 
Are you on Snow Leopard x64?</description>
		<content:encoded><![CDATA[<p>Hi Daniel,<br />
Are you on Snow Leopard x64?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python 2.6.4 and Twisted 9 on OS X 10.6 Snow Leopard by Daniel</title>
		<link>http://blog.mahmoudimus.com/2009/12/python-2-6-4-and-twisted-9-on-os-x-10-6-snow-leopard/comment-page-1/#comment-18</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 28 Feb 2010 06:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mahmoudimus.com/?p=73#comment-18</guid>
		<description>Feel like I&#039;ve been beating at this problem for hours.. still hitting road blocks.  Built python as you&#039;ve outlined.  When I try and install twisted I get

ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_socket.so, 2): no suitable image found.  Did find:
	/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_socket.so: no matching architecture in universal wrapper</description>
		<content:encoded><![CDATA[<p>Feel like I&#8217;ve been beating at this problem for hours.. still hitting road blocks.  Built python as you&#8217;ve outlined.  When I try and install twisted I get</p>
<p>ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_socket.so, 2): no suitable image found.  Did find:<br />
	/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_socket.so: no matching architecture in universal wrapper</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python 2.6.4 and Twisted 9 on OS X 10.6 Snow Leopard by web development</title>
		<link>http://blog.mahmoudimus.com/2009/12/python-2-6-4-and-twisted-9-on-os-x-10-6-snow-leopard/comment-page-1/#comment-9</link>
		<dc:creator>web development</dc:creator>
		<pubDate>Wed, 13 Jan 2010 16:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mahmoudimus.com/?p=73#comment-9</guid>
		<description>Quite inspiring,
I got this error all the time!
Thanks for bringing this up</description>
		<content:encoded><![CDATA[<p>Quite inspiring,<br />
I got this error all the time!<br />
Thanks for bringing this up</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Verifying Python64 builds by memePoets</title>
		<link>http://blog.mahmoudimus.com/2009/07/verifying-python64-builds/comment-page-1/#comment-6</link>
		<dc:creator>memePoets</dc:creator>
		<pubDate>Sat, 12 Dec 2009 00:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mahmoudimus.com/?p=10#comment-6</guid>
		<description>Truthful words, some true words man. You made my day!
</description>
		<content:encoded><![CDATA[<p>Truthful words, some true words man. You made my day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Verifying Python64 builds by haggaghater</title>
		<link>http://blog.mahmoudimus.com/2009/07/verifying-python64-builds/comment-page-1/#comment-2</link>
		<dc:creator>haggaghater</dc:creator>
		<pubDate>Thu, 09 Jul 2009 05:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mahmoudimus.com/?p=10#comment-2</guid>
		<description>Great article!</description>
		<content:encoded><![CDATA[<p>Great article!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
