<?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>MikeTeo.net &#187; Python</title>
	<atom:link href="http://miketeo.net/wp/index.php/category/software-development/python/feed" rel="self" type="application/rss+xml" />
	<link>http://miketeo.net/wp</link>
	<description>A Software Technologist&#039;s Blog</description>
	<lastBuildDate>Mon, 30 Jan 2012 12:11:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>pysmb 1.0.0 Released!</title>
		<link>http://miketeo.net/wp/index.php/2011/12/25/pysmb-1-0-0-released.html</link>
		<comments>http://miketeo.net/wp/index.php/2011/12/25/pysmb-1-0-0-released.html#comments</comments>
		<pubDate>Sun, 25 Dec 2011 12:17:47 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=996</guid>
		<description><![CDATA[About 10 years ago, I have released the first version of pysmb. Since then, Microsoft Windows has made significant changes to the NTLM authentication protocol which causes pysmb to become incompatible with Windows Vista and Windows 7 machines. Now, with the release of pysmb 1.0.0, you can write Python applications to transfer files on shared [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2011/12/25/pysmb-1-0-0-released.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python Mutant Tester 0.1.0 Released</title>
		<link>http://miketeo.net/wp/index.php/2011/11/27/python-mutant-tester-0-1-0-released.html</link>
		<comments>http://miketeo.net/wp/index.php/2011/11/27/python-mutant-tester-0-1-0-released.html#comments</comments>
		<pubDate>Sun, 27 Nov 2011 10:12:24 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[mutant testing]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=963</guid>
		<description><![CDATA[I have just released Python Mutant Tester (PyMuTester) version 0.1.0 to the public. More details can be found at the Python Mutant Tester project page. PyMuTester is a testing tool to facilitate mutant testing in Python applications. By making small (and syntactically correct) modifications to the application&#8217;s source code and re-run the unit tests over [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2011/11/27/python-mutant-tester-0-1-0-released.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PostgreSQL Extensions for CLIPS Expert System</title>
		<link>http://miketeo.net/wp/index.php/2011/10/30/postgresql-extensions-for-clips-expert-system.html</link>
		<comments>http://miketeo.net/wp/index.php/2011/10/30/postgresql-extensions-for-clips-expert-system.html#comments</comments>
		<pubDate>Sun, 30 Oct 2011 07:35:40 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Artifical Intelligence]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[CLIPS]]></category>
		<category><![CDATA[database]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=926</guid>
		<description><![CDATA[Hi, I have released a patch to the CLIPS (and also pyclips) expert system which allows CLIPS users to be able to send SQL queries to a PostgreSQL database from the CLIPS environment. More information can be obtained at the PostgreSQL Extensions for CLIPS Expert System project page.]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2011/10/30/postgresql-extensions-for-clips-expert-system.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pysmb 0.4.5 released!</title>
		<link>http://miketeo.net/wp/index.php/2009/06/22/pysmb-0-4-5-released.html</link>
		<comments>http://miketeo.net/wp/index.php/2009/06/22/pysmb-0-4-5-released.html#comments</comments>
		<pubDate>Mon, 22 Jun 2009 08:52:34 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[pysmb]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=809</guid>
		<description><![CDATA[After laying this library to waste for 6 years, I have finally resurrected pysmb and fixed a crucial issue that has been plaguing pysmb for the past few years. pysmb 0.4.5 will resolve the problem of retrieving large number of file information from remote SMB server. Previous versions will experience crashes in such situations as [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2009/06/22/pysmb-0-4-5-released.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>pysmb is back online!</title>
		<link>http://miketeo.net/wp/index.php/2009/06/09/pysmb-is-back-online.html</link>
		<comments>http://miketeo.net/wp/index.php/2009/06/09/pysmb-is-back-online.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 06:38:48 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[pysmb]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=797</guid>
		<description><![CDATA[pysmb is now back online at http://miketeo.net/wp/index.php/projects/pysmb. pysmb is a client-side SMB/CIFS module which I have written in Python during my university days back in 2000. During that time, there are a couple of SMB/CIFS modules that wrap around native C libraries. I needed a cross-platform solution to support common file operations with Windows and Samba shared [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2009/06/09/pysmb-is-back-online.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generating MS Excel Files with Python</title>
		<link>http://miketeo.net/wp/index.php/2007/10/01/generating-ms-excel-files-with-python.html</link>
		<comments>http://miketeo.net/wp/index.php/2007/10/01/generating-ms-excel-files-with-python.html#comments</comments>
		<pubDate>Mon, 01 Oct 2007 04:37:27 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[report]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/index.php/2007/10/01/generating-ms-excel-files-with-python.html</guid>
		<description><![CDATA[I have discovered the following tools: pyexcelerator python2xlw A search on google seems to reveal more entries and blogs on pyexcelerator than python2xlw. Will test and check out both later.]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2007/10/01/generating-ms-excel-files-with-python.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

