<?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 on: Vim Advanced Tutorial Videos</title>
	<atom:link href="http://www.derekwyatt.org/vim/vim-tutorial-videos/vim-advanced-tutorial-videos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.derekwyatt.org</link>
	<description>Vim, OO Design and Piles of Uselessness</description>
	<lastBuildDate>Mon, 30 Aug 2010 07:56:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Derek Wyatt</title>
		<link>http://www.derekwyatt.org/vim/vim-tutorial-videos/vim-advanced-tutorial-videos/comment-page-1/#comment-3380</link>
		<dc:creator>Derek Wyatt</dc:creator>
		<pubDate>Sun, 22 Aug 2010 15:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/?page_id=16#comment-3380</guid>
		<description>There are probably a ton of ways it could be done, all of them better than what I did :). The python code was just a vehicle to demonstrate the Vim functionality and to that end, I think it served its purpose. </description>
		<content:encoded><![CDATA[<p>There are probably a ton of ways it could be done, all of them better than what I did :). The python code was just a vehicle to demonstrate the Vim functionality and to that end, I think it served its purpose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ludvig Ericson</title>
		<link>http://www.derekwyatt.org/vim/vim-tutorial-videos/vim-advanced-tutorial-videos/comment-page-1/#comment-3377</link>
		<dc:creator>Ludvig Ericson</dc:creator>
		<pubDate>Sun, 22 Aug 2010 13:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/?page_id=16#comment-3377</guid>
		<description>OK, so I should have probably watched until the end of it. :D

Anyway, at least use str(uuid4()) - __str__ isn&#039;t something you want to be accessing from outside of the class itself, for a number of convoluted reasons.

Also, wouldn&#039;t it be possible to do this somehow using the Python support in Vim? I don&#039;t see how to get it to evaluate a Python expression though.</description>
		<content:encoded><![CDATA[<p>OK, so I should have probably watched until the end of it. :D</p>
<p>Anyway, at least use str(uuid4()) &#8211; __str__ isn&#8217;t something you want to be accessing from outside of the class itself, for a number of convoluted reasons.</p>
<p>Also, wouldn&#8217;t it be possible to do this somehow using the Python support in Vim? I don&#8217;t see how to get it to evaluate a Python expression though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ludvig Ericson</title>
		<link>http://www.derekwyatt.org/vim/vim-tutorial-videos/vim-advanced-tutorial-videos/comment-page-1/#comment-3376</link>
		<dc:creator>Ludvig Ericson</dc:creator>
		<pubDate>Sun, 22 Aug 2010 13:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/?page_id=16#comment-3376</guid>
		<description>Nice videos - I especially love how you&#039;ve made tutorials for advanced users.

Watching the Vim registers tutorial I noticed your Python script could be reduced so as to be a lot more elegant, this:

from uuid import uuid4
print uuid4()</description>
		<content:encoded><![CDATA[<p>Nice videos &#8211; I especially love how you&#8217;ve made tutorials for advanced users.</p>
<p>Watching the Vim registers tutorial I noticed your Python script could be reduced so as to be a lot more elegant, this:</p>
<p>from uuid import uuid4<br />
print uuid4()</p>
]]></content:encoded>
	</item>
</channel>
</rss>
