<?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>simra &#187; Python</title>
	<atom:link href="http://www.simra.ch/category/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simra.ch</link>
	<description>development &#38; design</description>
	<lastBuildDate>Fri, 26 Mar 2010 15:57:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Youtube Video Downloader in Python</title>
		<link>http://www.simra.ch/2009/12/youtube-video-downloader-in-python/</link>
		<comments>http://www.simra.ch/2009/12/youtube-video-downloader-in-python/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 14:01:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[get_video]]></category>
		<category><![CDATA[video_id]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.simra.ch/?p=919</guid>
		<description><![CDATA[The following Application is written in Python and can be used to download flv files from youtube. You only need to copy the youtube url of the video you want and select a destination where to save the file. After that the program starts downloading.


Download Python Youtube Downloader (Note it&#8217;s only compiled for MacOSX.
Or check [...]]]></description>
			<content:encoded><![CDATA[<p>The following Application is written in Python and can be used to download flv files from youtube. You only need to copy the youtube url of the video you want and select a destination where to save the file. After that the program starts downloading.</p>
<p><span id="more-919"></span></p>
<p><a href="http://www.simra.ch/uploads/downloads/python/ytd/screenshot2.png"><img src="http://www.simra.ch/uploads/downloads/python/ytd/screenshot2_small.png" alt="Python Youtube Downloader" title="ython Youtube Downloader" width="410" height="148" class="alignnone size-full" /></a></p>
<p>Download <a href="http://www.simra.ch/uploads/downloads/python/ytd/ytd.zip">Python Youtube Downloader</a> (Note it&#8217;s only compiled for MacOSX.</p>
<p>Or check out my <a href="http://www.simra.ch/2009/12/youtube-video-downloader-in-php/">Youtube Video Downloader in Php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simra.ch/2009/12/youtube-video-downloader-in-python/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>wxPython File Save Dialog</title>
		<link>http://www.simra.ch/2009/12/wxpython-file-save-dialog/</link>
		<comments>http://www.simra.ch/2009/12/wxpython-file-save-dialog/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 09:11:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[wxFileDialog]]></category>
		<category><![CDATA[wxPython]]></category>

		<guid isPermaLink="false">http://www.simra.ch/?p=881</guid>
		<description><![CDATA[This is an example on how to use the wxFileDialog. It allows the user to save or open a file. Setting up a basic dialog is pretty simple.

from wxPython.wx import *

app = wx.PySimpleApp&#40;&#41;
saveDlg= wxFileDialog &#40; None, style = wxOPEN &#41;

if saveDlg.ShowModal&#40;&#41; == wxID_OK:
&#160; &#160; print 'Selected:', saveDlg.GetPath&#40;&#41;

saveDlg.Destroy&#40;&#41;
]]></description>
			<content:encoded><![CDATA[<p>This is an example on how to use the wxFileDialog. It allows the user to save or open a file. Setting up a basic dialog is pretty simple.<br />
<span id="more-881"></span></p>
<div class="codecolorer-container python default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="python codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #ff7700;font-weight:bold;">from</span> wxPython.<span style="color: black;">wx</span> <span style="color: #ff7700;font-weight:bold;">import</span> <span style="color: #66cc66;">*</span><br />
<br />
app = wx.<span style="color: black;">PySimpleApp</span><span style="color: black;">&#40;</span><span style="color: black;">&#41;</span><br />
saveDlg= wxFileDialog <span style="color: black;">&#40;</span> <span style="color: #008000;">None</span>, style = wxOPEN <span style="color: black;">&#41;</span><br />
<br />
<span style="color: #ff7700;font-weight:bold;">if</span> saveDlg.<span style="color: black;">ShowModal</span><span style="color: black;">&#40;</span><span style="color: black;">&#41;</span> == wxID_OK:<br />
&nbsp; &nbsp; <span style="color: #ff7700;font-weight:bold;">print</span> <span style="color: #483d8b;">'Selected:'</span>, saveDlg.<span style="color: black;">GetPath</span><span style="color: black;">&#40;</span><span style="color: black;">&#41;</span><br />
<br />
saveDlg.<span style="color: black;">Destroy</span><span style="color: black;">&#40;</span><span style="color: black;">&#41;</span></div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.simra.ch/2009/12/wxpython-file-save-dialog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
