<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Python is a great productivity booster</title>
	<atom:link href="http://blog.gurock.com/postings/python-is-a-great-productivity-booster/9/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gurock.com/postings/python-is-a-great-productivity-booster/9/</link>
	<description>Our products, programming &#38; business.</description>
	<lastBuildDate>Wed, 18 Jan 2012 21:41:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Dennis Gurock</title>
		<link>http://blog.gurock.com/postings/python-is-a-great-productivity-booster/9/comment-page-1/#comment-8</link>
		<dc:creator>Dennis Gurock</dc:creator>
		<pubDate>Thu, 11 Aug 2005 00:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://software.gurock.com/postings/python-is-a-great-productivity-booster/9/#comment-8</guid>
		<description>Thanks for the links! Good to know that there are some commercial/professional tools for Python GUI development. I&#039;m always in favor of such tools when they noticeably improve the productivity.</description>
		<content:encoded><![CDATA[<p>Thanks for the links! Good to know that there are some commercial/professional tools for Python GUI development. I&#8217;m always in favor of such tools when they noticeably improve the productivity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Domingo Aguilera</title>
		<link>http://blog.gurock.com/postings/python-is-a-great-productivity-booster/9/comment-page-1/#comment-7</link>
		<dc:creator>Domingo Aguilera</dc:creator>
		<pubDate>Wed, 10 Aug 2005 06:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://software.gurock.com/postings/python-is-a-great-productivity-booster/9/#comment-7</guid>
		<description>Give a try to wxPython.

Only one advice, if you are going to develop some serious stuff , consider using comercial tools for GUI design ( wxdesigner , www.roeblig.de ) and wingIDE ( www.wingide.com ).

We in my company have developed very large apps ( client/server ) with it.</description>
		<content:encoded><![CDATA[<p>Give a try to wxPython.</p>
<p>Only one advice, if you are going to develop some serious stuff , consider using comercial tools for GUI design ( wxdesigner , <a href="http://www.roeblig.de" rel="nofollow">http://www.roeblig.de</a> ) and wingIDE ( <a href="http://www.wingide.com" rel="nofollow">http://www.wingide.com</a> ).</p>
<p>We in my company have developed very large apps ( client/server ) with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Gurock</title>
		<link>http://blog.gurock.com/postings/python-is-a-great-productivity-booster/9/comment-page-1/#comment-6</link>
		<dc:creator>Dennis Gurock</dc:creator>
		<pubDate>Sat, 30 Jul 2005 20:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://software.gurock.com/postings/python-is-a-great-productivity-booster/9/#comment-6</guid>
		<description>Adal: Audio Pencil looks nice. I myself wouldn&#039;t really consider Python/MFC to build GUI applications, because one of the nice advantages of a Python app would be lost: platform-independence. If I would go the route to use Python for GUI apps, I would think about something like wxPython. But I&#039;m sure Python/MFC is a nice alternative to C++/MFC for most things.

Fred: Thanks for the link, I will check Boo out.</description>
		<content:encoded><![CDATA[<p>Adal: Audio Pencil looks nice. I myself wouldn&#8217;t really consider Python/MFC to build GUI applications, because one of the nice advantages of a Python app would be lost: platform-independence. If I would go the route to use Python for GUI apps, I would think about something like wxPython. But I&#8217;m sure Python/MFC is a nice alternative to C++/MFC for most things.</p>
<p>Fred: Thanks for the link, I will check Boo out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://blog.gurock.com/postings/python-is-a-great-productivity-booster/9/comment-page-1/#comment-5</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Sat, 30 Jul 2005 01:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://software.gurock.com/postings/python-is-a-great-productivity-booster/9/#comment-5</guid>
		<description>BTW, since you&#039;re still learning Python, you might be interested in checking out Boo, which seems to be a better Python for the .Net/Mono API:

http://boo.codehaus.org</description>
		<content:encoded><![CDATA[<p>BTW, since you&#8217;re still learning Python, you might be interested in checking out Boo, which seems to be a better Python for the .Net/Mono API:</p>
<p><a href="http://boo.codehaus.org" rel="nofollow">http://boo.codehaus.org</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adal Chiriliuc</title>
		<link>http://blog.gurock.com/postings/python-is-a-great-productivity-booster/9/comment-page-1/#comment-4</link>
		<dc:creator>Adal Chiriliuc</dc:creator>
		<pubDate>Fri, 29 Jul 2005 14:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://software.gurock.com/postings/python-is-a-great-productivity-booster/9/#comment-4</guid>
		<description>You&#039;re right. It&#039;s still hard to develop GUI apps using Python. But I think it&#039;s worth it. The power of the language is mind-blowing. I can do things I could never dream to do in C++.

I&#039;m using it right now to develop an audio editor. You can see a screen shot here: http://www.nuotex.com/audiopencil/

I&#039;m using the pywin32 MFC wrappers. Even if it&#039;s still rough around the corners, it&#039;s actually easier to develop than in Visual C++. Imagine that! The only parts where I use C++ are the ones which require maximum performace (like the wave drawing code) and the interface to other libraries. Even the audio thread runs fully in Python.

I&#039;ve used Delphi 3.0 a long time ago. It&#039;s a nice language. One of my favourite apps is done in it (FruityLoops).

As you&#039;ve probably seen, the latest version of Delphi seems to borrow some stuff from Python (or maybe C#?):
uses Borland.Vcl.*;
for char in str do write(char);</description>
		<content:encoded><![CDATA[<p>You&#8217;re right. It&#8217;s still hard to develop GUI apps using Python. But I think it&#8217;s worth it. The power of the language is mind-blowing. I can do things I could never dream to do in C++.</p>
<p>I&#8217;m using it right now to develop an audio editor. You can see a screen shot here: <a href="http://www.nuotex.com/audiopencil/" rel="nofollow">http://www.nuotex.com/audiopencil/</a></p>
<p>I&#8217;m using the pywin32 MFC wrappers. Even if it&#8217;s still rough around the corners, it&#8217;s actually easier to develop than in Visual C++. Imagine that! The only parts where I use C++ are the ones which require maximum performace (like the wave drawing code) and the interface to other libraries. Even the audio thread runs fully in Python.</p>
<p>I&#8217;ve used Delphi 3.0 a long time ago. It&#8217;s a nice language. One of my favourite apps is done in it (FruityLoops).</p>
<p>As you&#8217;ve probably seen, the latest version of Delphi seems to borrow some stuff from Python (or maybe C#?):<br />
uses Borland.Vcl.*;<br />
for char in str do write(char);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

