<?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>Blog of Finster &#187; python</title>
	<atom:link href="http://finster.co.uk/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://finster.co.uk</link>
	<description>Technical Notes</description>
	<lastBuildDate>Sun, 10 Jul 2011 15:04:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Writing Python with PSPad</title>
		<link>http://finster.co.uk/2009/07/13/writing-python-with-pspad/</link>
		<comments>http://finster.co.uk/2009/07/13/writing-python-with-pspad/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 22:06:12 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=120</guid>
		<description><![CDATA[PSPad is a great editor for programmers. Instead of using a dedicated Python IDE, PSPad can be tweaked to compile and run scripts directly. Here&#8217;s how: - Go to Settings -> Highlighters Settings Select &#8220;Python&#8221; in the left hand pane (if its not selected already) Select the &#8220;Compiler&#8221; tab In the &#8220;compiler&#8221; text box, enter [...]]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.pspad.com/"> PSPad </a> is a great editor for programmers. Instead of using a dedicated Python IDE, PSPad can be tweaked to compile and run scripts directly. Here&#8217;s how: -
</p>
<ul>
<li> Go to Settings -> Highlighters Settings </li>
<li> Select &#8220;Python&#8221; in the left hand pane (if its not selected already)</li>
<li> Select the &#8220;Compiler&#8221; tab</li>
<li> In the &#8220;compiler&#8221; text box, enter or browse to the location of the Python compiler (e.g. C:\Program Files\Python26\python.exe)</li>
<li> In the &#8220;parameters&#8221; text box, enter &#8220;%File%&#8221; (note the double quotes)</li>
<li> Put a tick box in the &#8220;Capture Program Output Window&#8221; option</li>
<li> In the &#8220;LOG parser&#8221; text box, enter *file %F *line %L*</li>
</ul>
<p><img src="http://finster.co.uk/images/pspad_python.gif" alt="PSPad Python Settings" /></p>
<p> Once this is set up correctly, you will be able to run .py files directly from PSPad by going to File -> Compile or using the shortcut (Ctrl+F9). </p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2009/07/13/writing-python-with-pspad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating twitter from python</title>
		<link>http://finster.co.uk/2009/07/08/updating-twitter-from-python/</link>
		<comments>http://finster.co.uk/2009/07/08/updating-twitter-from-python/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 20:20:18 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=118</guid>
		<description><![CDATA[Just looking into posting twitter updates from python. I&#8217;ve found three methods so far: - Python Twitter Tools python-twitter Command-line via Curl (can possible do with urllib) Hmmm, more investigation required&#8230;]]></description>
			<content:encoded><![CDATA[<p>Just looking into posting twitter updates from python. I&#8217;ve found three methods so far: -</p>
<ul>
<li> <a href="http://mike.verdone.ca/twitter/"> Python Twitter Tools </a></li>
<li> <a href="http://code.google.com/p/python-twitter/"> python-twitter </a></li>
<li> <a href="http://www.commandlinefu.com/commands/view/176/update-twitter-via-curl"> Command-line via Curl </a> (can possible do with urllib) </li>
</ul>
<p>Hmmm, more investigation required&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2009/07/08/updating-twitter-from-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

