<?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>N. &#187; Python</title>
	<atom:link href="http://blog.oneortheother.info/category/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.oneortheother.info</link>
	<description>One Or The Other</description>
	<lastBuildDate>Sun, 17 Jul 2011 11:40:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Scripts: Add links to HTML pages</title>
		<link>http://blog.oneortheother.info/scripts/scripts-add-links-to-html-pages/</link>
		<comments>http://blog.oneortheother.info/scripts/scripts-add-links-to-html-pages/#comments</comments>
		<pubDate>Sun, 27 May 2007 11:44:56 +0000</pubDate>
		<dc:creator>Nasser</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://blog.oneortheother.info/?p=45</guid>
		<description><![CDATA[I had a large PDF file with hundreds of pages. I exported it to HTML for better reading, however the pages were not linked, and it was completely inefficent for me to read or browse the HTML book without creating and adding Previous and Next links. The solution? I created this python script to add [...]]]></description>
			<content:encoded><![CDATA[<p>I had a large PDF file with hundreds of pages. I exported it to HTML for better reading, however the pages were not linked, and it was completely inefficent for me to read or browse the HTML book without creating and adding Previous and Next links. The solution? I created this python script to add the links to the HTML pages.</p>
<p>-&gt; <a href="http://blog.oneortheother.info/?page_id=43" title="Add links to HTML">Add links to HTML</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.oneortheother.info/scripts/scripts-add-links-to-html-pages/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Scripts: Generate a URL list</title>
		<link>http://blog.oneortheother.info/scripts/scripts-generate-a-url-list/</link>
		<comments>http://blog.oneortheother.info/scripts/scripts-generate-a-url-list/#comments</comments>
		<pubDate>Sun, 13 May 2007 10:56:46 +0000</pubDate>
		<dc:creator>Nasser</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://blog.oneortheother.info/?p=35</guid>
		<description><![CDATA[Some of the uses here may be very limited, but if a script can do it, then why do it by hand! The idea here is to create a sequential url list based on specific input. I also have a link to a zip archive, you can download it and run it without installing python. [...]]]></description>
			<content:encoded><![CDATA[<p>Some of the uses here may be very limited, but if a script can do it, then why do it by hand! The idea here is to create a sequential url list based on specific input. I also have a link to a zip archive, you can download it and run it without installing python.</p>
<p>-> <a href="http://blog.oneortheother.info/?page_id=31" title="Generate URL list">Generate URL list</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.oneortheother.info/scripts/scripts-generate-a-url-list/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Scripts: Converting FLAC to MP3</title>
		<link>http://blog.oneortheother.info/scripts/scripts-converting-flac-to-mp3/</link>
		<comments>http://blog.oneortheother.info/scripts/scripts-converting-flac-to-mp3/#comments</comments>
		<pubDate>Fri, 04 May 2007 10:26:45 +0000</pubDate>
		<dc:creator>Nasser</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://blog.oneortheother.info/?p=13</guid>
		<description><![CDATA[Here is my first published script. -&#62; Convert flac to mp3]]></description>
			<content:encoded><![CDATA[<p>Here is my first published script.</p>
<p>-&gt; <a href="http://blog.oneortheother.info/?page_id=8" title="Converting flac to mp3">Convert flac to mp3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.oneortheother.info/scripts/scripts-converting-flac-to-mp3/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

