<?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>MadSoft &#187; Python</title>
	<atom:link href="http://www.madsoft.org/topics/python/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.madsoft.org</link>
	<description></description>
	<lastBuildDate>Tue, 15 Nov 2011 21:18:14 +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>Simple Python Sendmail Script</title>
		<link>https://www.madsoft.org/2011/11/14/simple-python-sendmail-script/</link>
		<comments>https://www.madsoft.org/2011/11/14/simple-python-sendmail-script/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 03:40:46 +0000</pubDate>
		<dc:creator>Alec Hussey</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[email notifications]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[sendmail]]></category>

		<guid isPermaLink="false">https://www.madsoft.org/?p=277</guid>
		<description><![CDATA[Recently I found the need to have sendmail on one of my servers to send me email notifications, but didn&#8217;t want to have sendmail actually installed. So some python and smtplib made for an easy, &#8216;sendmail compliant&#8217; alternative that I could use with services that interface with sendmail for email notifications. The python script is [...]]]></description>
		<wfw:commentRss>https://www.madsoft.org/2011/11/14/simple-python-sendmail-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrating Uploadify with Django</title>
		<link>https://www.madsoft.org/2011/07/29/integrating-uploadify-with-django/</link>
		<comments>https://www.madsoft.org/2011/07/29/integrating-uploadify-with-django/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 04:18:25 +0000</pubDate>
		<dc:creator>Alec Hussey</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[file uploads]]></category>
		<category><![CDATA[flash uploader]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[uploadify]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.madsoft.org/?p=194</guid>
		<description><![CDATA[As multimedia becomes more and more prevalent these days, an interactive file uploader becomes extraordinarily useful. I ran into such a situation recently when developing a Django web application of my own. In this case I chose to use Uploadify because I&#8217;ve used it in the past, it integrates well with jQuery, and in my [...]]]></description>
		<wfw:commentRss>https://www.madsoft.org/2011/07/29/integrating-uploadify-with-django/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Using the Rcon protocol with Python</title>
		<link>https://www.madsoft.org/2009/11/26/using-the-rcon-protocol-with-python/</link>
		<comments>https://www.madsoft.org/2009/11/26/using-the-rcon-protocol-with-python/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 07:32:12 +0000</pubDate>
		<dc:creator>Alec Hussey</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[rcon]]></category>
		<category><![CDATA[sockets]]></category>

		<guid isPermaLink="false">http://www.madsoft.org/?p=82</guid>
		<description><![CDATA[Within the PC gaming community, it is quite useful to be able to control or monitor your servers programmatically. The almost universal standard being Rcon or &#8220;Remote Connection.&#8221; The protocol is overall very simple, it only requires a standard UDP socket and that you send a packet header with the login credentials per each request you [...]]]></description>
		<wfw:commentRss>https://www.madsoft.org/2009/11/26/using-the-rcon-protocol-with-python/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Interfacing Banshee 1.0 with DBus and Python</title>
		<link>https://www.madsoft.org/2008/06/10/interfacing-banshee-10-with-dbus-and-python/</link>
		<comments>https://www.madsoft.org/2008/06/10/interfacing-banshee-10-with-dbus-and-python/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 03:35:28 +0000</pubDate>
		<dc:creator>Alec Hussey</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[banshee]]></category>
		<category><![CDATA[dbus]]></category>
		<category><![CDATA[interface]]></category>

		<guid isPermaLink="false">http://www.madsoft.org/?p=30</guid>
		<description><![CDATA[Ever since the DBUS API change (more like overhaul) during the development of Banshee 1.0 and developers haven&#8217;t yet started supporting it in their plugins so I decided that I would play around with it. From what I have seen, it seems that the perception is that DBus is hard and complicated but its actually [...]]]></description>
		<wfw:commentRss>https://www.madsoft.org/2008/06/10/interfacing-banshee-10-with-dbus-and-python/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Easily create IRC bots in Python with PyBotlib</title>
		<link>https://www.madsoft.org/2008/05/09/easily-create-irc-bots-in-python-with-pybotlib/</link>
		<comments>https://www.madsoft.org/2008/05/09/easily-create-irc-bots-in-python-with-pybotlib/#comments</comments>
		<pubDate>Fri, 09 May 2008 19:19:02 +0000</pubDate>
		<dc:creator>Alec Hussey</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[botlib]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[irc]]></category>

		<guid isPermaLink="false">http://www.madsoft.org/2008/05/09/easily-create-irc-bots-in-python-with-pybotlib/</guid>
		<description><![CDATA[Back when I wrote ProxyBot, I was frustrated by the fact that there was a lack of maintained and documented third party libraries for the IRC client protocol. So I essentially wrote my own implementation of the IRC client protocol for use with the bots that I write. Well I wrote the library to take [...]]]></description>
		<wfw:commentRss>https://www.madsoft.org/2008/05/09/easily-create-irc-bots-in-python-with-pybotlib/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

