<?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>SuperBoB &#187; python</title>
	<atom:link href="http://www.superbob.com/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.superbob.com</link>
	<description>the pundit.</description>
	<lastBuildDate>Sat, 01 May 2010 16:31:04 +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>New project: Uplifter</title>
		<link>http://www.superbob.com/2009/07/06/new-project-uplifter/</link>
		<comments>http://www.superbob.com/2009/07/06/new-project-uplifter/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 15:34:50 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[uplifter]]></category>

		<guid isPermaLink="false">http://www.superbob.com/?p=58</guid>
		<description><![CDATA[I have started a new project (a relatively simple program to upload files to a server).  I thought it would be fun to develop this in the open and talk about design decisions I made.
One thing I want to try is to compare and contrast some different ways to develop the same program.  [...]]]></description>
			<content:encoded><![CDATA[<p>I have started a new project (a relatively simple program to upload files to a server).  I thought it would be fun to develop this in the open and talk about design decisions I made.</p>
<p>One thing I want to try is to compare and contrast some different ways to develop the same program.  I originally wrote some pieces in Python using <a href="http://wxpython.org/">wxPython</a>.  I separated most of the control definition for the one window (essentially a glorified dialog box) in the program.  This information now resides in a separate <a href="http://wiki.wxpython.org/XRCTutorial">xrc</a> resource file.</p>
<p>There is a hefty amount of runtime files needed with this method.  Python and wxPython each require their own software install.  I decided it might be fun to write the interface using <a href="http://www.runrev.com/home/product-family/">Runtime Revolution</a> as well.  This isn&#8217;t free like the Python route, but I already own a copy and any source code I write for this can certainly be free.  I think that the compiled end product will be significantly smaller than a binary distribution using Python.  It will also be mostly self-contained.  I say mostly, because there are still dependencies, but I think they will already be loaded on the OS.</p>
<p>I plan on writing this program for Windows.  Both of the preceding two methods should be cross-platform with little if any changes needed to change between Linux, Mac OSX, or Windows.  However, I&#8217;m thinking of trying a third method, writing the program using <a href="http://www.autohotkey.com/">AutoHotkey</a>.  This would be limited to Windows as far as I know.  From my experience though, these types of programs can be compiled into a relatively tiny binary, that I think only depends on the MSVC runtime.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.superbob.com/2009/07/06/new-project-uplifter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
