<?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>kb.hurricane-ridge.com &#187; Python</title>
	<atom:link href="http://kb.hurricane-ridge.com/category/scripting/python/feed" rel="self" type="application/rss+xml" />
	<link>http://kb.hurricane-ridge.com</link>
	<description>My personal - but public - knowledge base</description>
	<lastBuildDate>Mon, 09 Jan 2012 14:49:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>virtualenv-burrito example bootstrap</title>
		<link>http://kb.hurricane-ridge.com/scripting/python/virtualenv-burrito-example-bootstrap</link>
		<comments>http://kb.hurricane-ridge.com/scripting/python/virtualenv-burrito-example-bootstrap#comments</comments>
		<pubDate>Thu, 08 Sep 2011 15:32:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[fabric]]></category>
		<category><![CDATA[virtualenv]]></category>
		<category><![CDATA[virtualenvwrapper]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=1086</guid>
		<description><![CDATA[You will likely want the python-dev .deb installed before starting this process. When you want to switch back to your system python installation:]]></description>
			<content:encoded><![CDATA[<pre class="brush: plain; light: true; title: ; notranslate">
curl -s https://raw.github.com/brainsik/virtualenv-burrito/master/virtualenv-burrito.sh | bash
source ~/.venvburrito/startup.sh
mkvirtualenv --no-site-packages fabric
pip install Fabric
</pre>
<p>You will likely want the python-dev .deb installed before starting this process.</p>
<p>When you want to switch back to your system python installation:</p>
<pre class="brush: plain; light: true; title: ; notranslate">
deactivate
</pre>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/scripting/python/virtualenv-burrito-example-bootstrap/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python Two-Liner to Convert from a Unix Time Stamp</title>
		<link>http://kb.hurricane-ridge.com/scripting/python/python-two-liner-to-convert-from-a-unix-time-stamp</link>
		<comments>http://kb.hurricane-ridge.com/scripting/python/python-two-liner-to-convert-from-a-unix-time-stamp#comments</comments>
		<pubDate>Thu, 10 Dec 2009 22:03:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=749</guid>
		<description><![CDATA[&#62;&#62;&#62; import time &#62;&#62;&#62; time.gmtime(1253548874) (2009, 9, 21, 16, 1, 14, 0, 264, 0)]]></description>
			<content:encoded><![CDATA[<p><code>&gt;&gt;&gt; import time<br />
&gt;&gt;&gt; time.gmtime(1253548874)<br />
(2009, 9, 21, 16, 1, 14, 0, 264, 0)</code></p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/scripting/python/python-two-liner-to-convert-from-a-unix-time-stamp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

