<?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>udayv . soundc &#187; Python</title>
	<atom:link href="http://www.soundc.de/blog/category/programming/python-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.soundc.de/blog</link>
	<description>Electronic Music, Programming</description>
	<lastBuildDate>Tue, 04 May 2010 14:36:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Why Python is so awesome sometimes</title>
		<link>http://www.soundc.de/blog/2010/02/02/why-python-is-so-awesome-sometimes/</link>
		<comments>http://www.soundc.de/blog/2010/02/02/why-python-is-so-awesome-sometimes/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 22:31:26 +0000</pubDate>
		<dc:creator>verma</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.soundc.de/blog/?p=201</guid>
		<description><![CDATA[Here&#8217;s why I totally love python sometimes:

def _callService (self, headers, callback, errback = None, method='GET'):
    # ....
    return some_val

def _callServiceGET (*args, **kwargs):
    return args[0]._callService (*args[1:], method='GET', **kwargs)

def _callServiceHEAD (*args, **kwargs):
    return args[0]._callService (*args[1:], method='HEAD', **kwargs)

/
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s why I totally love python sometimes:</p>
<pre class="brush: python;">
def _callService (self, headers, callback, errback = None, method='GET'):
    # ....
    return some_val

def _callServiceGET (*args, **kwargs):
    return args[0]._callService (*args[1:], method='GET', **kwargs)

def _callServiceHEAD (*args, **kwargs):
    return args[0]._callService (*args[1:], method='HEAD', **kwargs)
</pre>
<p>/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.soundc.de/blog/2010/02/02/why-python-is-so-awesome-sometimes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GMail Notifier v0.4.5 released. Ubuntu package available.</title>
		<link>http://www.soundc.de/blog/2009/05/30/gmail-notifier-v045-released-ubuntu-package-available/</link>
		<comments>http://www.soundc.de/blog/2009/05/30/gmail-notifier-v045-released-ubuntu-package-available/#comments</comments>
		<pubDate>Sat, 30 May 2009 02:08:00 +0000</pubDate>
		<dc:creator>verma</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[gmail-notifier]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[notifier]]></category>

		<guid isPermaLink="false">http://www.soundc.de/blog/?p=174</guid>
		<description><![CDATA[Just released GMail Notifier v0.4.5.  
It is now available as an ubuntu package which can be downloaded and installed directly on an Ubuntu 9.04 machine.  The program should now be super convenient to install.
More features are being added to the program everyday, so stay tuned (actually the program will let you know whenever [...]]]></description>
			<content:encoded><![CDATA[<p>Just released <a href="http://www.soundc.de/gmail-notifier">GMail Notifier v0.4.5</a>.  </p>
<p>It is now available as an ubuntu package which can be downloaded and installed directly on an Ubuntu 9.04 machine.  The program should now be super convenient to install.</p>
<p>More features are being added to the program everyday, so stay tuned (actually the program will let you know whenever a new version is available).</p>
<p>/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.soundc.de/blog/2009/05/30/gmail-notifier-v045-released-ubuntu-package-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GMail-Notifier : Mac OS X style GMail notification for Ubuntu</title>
		<link>http://www.soundc.de/blog/2009/05/24/gmail-notifier-mac-os-x-style-gmail-notification-for-ubuntu/</link>
		<comments>http://www.soundc.de/blog/2009/05/24/gmail-notifier-mac-os-x-style-gmail-notification-for-ubuntu/#comments</comments>
		<pubDate>Sat, 23 May 2009 23:11:22 +0000</pubDate>
		<dc:creator>verma</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[gmail-notifier]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[notifier]]></category>

		<guid isPermaLink="false">http://www.soundc.de/blog/?p=172</guid>
		<description><![CDATA[Here&#8217;s the link for the impatient: GMail-Notifier
I just got the GMail Notification application I had been working to a stable state.  It should now work for you on a Ubuntu 9.04+ system.  Just download the source and run:
./gmail-notify
The first time you run it, it should ask you for your gmail credentials.
I am looking [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the link for the impatient: <a href="http://www.soundc.de/gmail-notifier">GMail-Notifier</a></p>
<p>I just got the GMail Notification application I had been working to a stable state.  It should now work for you on a Ubuntu 9.04+ system.  Just download the source and run:</p>
<pre>./gmail-notify</pre>
<p>The first time you run it, it should ask you for your gmail credentials.</p>
<p>I am looking into making it into a .deb package but that will have to wait while I figure out how to do it.  Till then feel free to test it and let me know of any problems you get into.</p>
<p>/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.soundc.de/blog/2009/05/24/gmail-notifier-mac-os-x-style-gmail-notification-for-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

