<?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>Florijan &#187; python</title>
	<atom:link href="http://www.florijan.net/category/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.florijan.net</link>
	<description>Do your deed</description>
	<lastBuildDate>Sat, 17 Apr 2010 12:41:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>HOWTO: Quick password generator with pwgen, python and libnotify</title>
		<link>http://www.florijan.net/2009/08/23/howto-quick-password-generator-with-pwgen-python-and-libnotify/</link>
		<comments>http://www.florijan.net/2009/08/23/howto-quick-password-generator-with-pwgen-python-and-libnotify/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 22:14:47 +0000</pubDate>
		<dc:creator>florijan</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.florijan.net/?p=46</guid>
		<description><![CDATA[This is a quick snippet to generate random password quickly and also get them copied in your clipboard for fast using. All you need is python, pwgen, libnotify and pygtk (using GNOME in this one ). Tested on Debian Lenny. apt-get install libnotify-bin pwgen This will install all the necesary files: The snippet follows: #!/usr/bin/python [...]]]></description>
		<wfw:commentRss>http://www.florijan.net/2009/08/23/howto-quick-password-generator-with-pwgen-python-and-libnotify/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Python &#8211; resources, books, tutorials</title>
		<link>http://www.florijan.net/2009/05/31/learning-python-resources-books-tutorials/</link>
		<comments>http://www.florijan.net/2009/05/31/learning-python-resources-books-tutorials/#comments</comments>
		<pubDate>Sun, 31 May 2009 00:18:31 +0000</pubDate>
		<dc:creator>florijan</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://www.florijan.net/?p=32</guid>
		<description><![CDATA[A little something about Python: &#8220;Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days.&#8221; You want to start your Python project. You want [...]]]></description>
		<wfw:commentRss>http://www.florijan.net/2009/05/31/learning-python-resources-books-tutorials/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HOWTO: Using Python to display notifications with libnotify</title>
		<link>http://www.florijan.net/2009/05/22/howto-using-python-to-display-notifications-using-libnotify/</link>
		<comments>http://www.florijan.net/2009/05/22/howto-using-python-to-display-notifications-using-libnotify/#comments</comments>
		<pubDate>Fri, 22 May 2009 00:55:42 +0000</pubDate>
		<dc:creator>florijan</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.florijan.net/?p=23</guid>
		<description><![CDATA[You&#8217;ve just written you neat python script and you need just a notification system so you know what happenes what your script is finished. For me – best thing for wget downloading and I&#8217;m surfing around – little notification pops out when I&#8217;m done. All you need is a libnotify package (Debian users install also [...]]]></description>
		<wfw:commentRss>http://www.florijan.net/2009/05/22/howto-using-python-to-display-notifications-using-libnotify/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
