<?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: ShowMeDo</title>
	<atom:link href="http://www.ogmaciel.com/?feed=rss2&#038;p=472" rel="self" type="application/rss+xml" />
	<link>http://www.ogmaciel.com/?p=472</link>
	<description>The senseless thoughts of an open source advocate</description>
	<lastBuildDate>Tue, 31 Aug 2010 17:37:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: ShowMeDo Blog &#187; Blog Archive &#187; ShowMeDo on the web</title>
		<link>http://www.ogmaciel.com/?p=472&#038;cpage=1#comment-1756</link>
		<dc:creator>ShowMeDo Blog &#187; Blog Archive &#187; ShowMeDo on the web</dc:creator>
		<pubDate>Sun, 27 Apr 2008 14:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ogmaciel.com/?p=472#comment-1756</guid>
		<description>[...] had two great mentions in the last few days. The first was by Og Macial who posted after buying a Club subscription to learn Python: Today I subscribed to ShowMeDo, a web [...]</description>
		<content:encoded><![CDATA[<p>[...] had two great mentions in the last few days. The first was by Og Macial who posted after buying a Club subscription to learn Python: Today I subscribed to ShowMeDo, a web [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Ozsvald</title>
		<link>http://www.ogmaciel.com/?p=472&#038;cpage=1#comment-1606</link>
		<dc:creator>Ian Ozsvald</dc:creator>
		<pubDate>Wed, 23 Apr 2008 07:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ogmaciel.com/?p=472#comment-1606</guid>
		<description>Christopher - above the Nav bar you&#039;ll see a Club link, the Club page lists the current 6 series and talks about what we have planned next.

If you click through to each series the first video is a 3 minute overview which should give you a fair idea of what&#039;s covered.  

You can click into each episode and read the descriptive text and look at the source code - the only thing you can&#039;t do is watch the video if you&#039;re not a subscriber.

You can of course mail me, or post into the Learner&#039;s Forum (linked via &#039;resources&#039; in our nav bar) if you want to ask about the series.

The general aim now is to focus on new and intermediate Python programmers and help them to move forwards.  Later we&#039;ll focus on more advanced Python stuff but we figured that beginners would benefit the most from clear, pragmatic tutorials by those who have already been in the trenches.

Does that help?

Ian.</description>
		<content:encoded><![CDATA[<p>Christopher &#8211; above the Nav bar you&#8217;ll see a Club link, the Club page lists the current 6 series and talks about what we have planned next.</p>
<p>If you click through to each series the first video is a 3 minute overview which should give you a fair idea of what&#8217;s covered.  </p>
<p>You can click into each episode and read the descriptive text and look at the source code &#8211; the only thing you can&#8217;t do is watch the video if you&#8217;re not a subscriber.</p>
<p>You can of course mail me, or post into the Learner&#8217;s Forum (linked via &#8216;resources&#8217; in our nav bar) if you want to ask about the series.</p>
<p>The general aim now is to focus on new and intermediate Python programmers and help them to move forwards.  Later we&#8217;ll focus on more advanced Python stuff but we figured that beginners would benefit the most from clear, pragmatic tutorials by those who have already been in the trenches.</p>
<p>Does that help?</p>
<p>Ian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OgMaciel</title>
		<link>http://www.ogmaciel.com/?p=472&#038;cpage=1#comment-1587</link>
		<dc:creator>OgMaciel</dc:creator>
		<pubDate>Tue, 22 Apr 2008 20:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ogmaciel.com/?p=472#comment-1587</guid>
		<description>Hey Christopher,

Most of the videos/screencasts I&#039;ve seen had pretty decent quality of video and audio, and you can download them too which is a big plus! :)</description>
		<content:encoded><![CDATA[<p>Hey Christopher,</p>
<p>Most of the videos/screencasts I&#8217;ve seen had pretty decent quality of video and audio, and you can download them too which is a big plus! <img src='http://www.ogmaciel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Ozsvald</title>
		<link>http://www.ogmaciel.com/?p=472&#038;cpage=1#comment-1586</link>
		<dc:creator>Ian Ozsvald</dc:creator>
		<pubDate>Tue, 22 Apr 2008 19:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ogmaciel.com/?p=472#comment-1586</guid>
		<description>EasyGui is a *real simple* UI toolkit - it just gives you dialogs that you can use in serial with your code.  It is really easy as it doesn&#039;t give you a &#039;proper&#039; UI like Gtk, Tk, wx etc.
I do have 1 series on starting with wx which is really basic.  Kyran (co-founder) plans a follow-up series showing you how to do much more with wx.  We&#039;ve had a few requests for Gtk and QT so I guess we&#039;ll cover those in the future.
John is covering CGI right now then he&#039;ll build towards Django.  Kyran is about to cover the Google App Engine (which uses CGI).  We hadn&#039;t planned on covering CherryPy just yet but I&#039;m sure we will in the future.
Do feel very free to mail me feedback - we thrive on it and it helps point us in the right direction.
Cheers,
Ian.</description>
		<content:encoded><![CDATA[<p>EasyGui is a *real simple* UI toolkit &#8211; it just gives you dialogs that you can use in serial with your code.  It is really easy as it doesn&#8217;t give you a &#8216;proper&#8217; UI like Gtk, Tk, wx etc.<br />
I do have 1 series on starting with wx which is really basic.  Kyran (co-founder) plans a follow-up series showing you how to do much more with wx.  We&#8217;ve had a few requests for Gtk and QT so I guess we&#8217;ll cover those in the future.<br />
John is covering CGI right now then he&#8217;ll build towards Django.  Kyran is about to cover the Google App Engine (which uses CGI).  We hadn&#8217;t planned on covering CherryPy just yet but I&#8217;m sure we will in the future.<br />
Do feel very free to mail me feedback &#8211; we thrive on it and it helps point us in the right direction.<br />
Cheers,<br />
Ian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Denter</title>
		<link>http://www.ogmaciel.com/?p=472&#038;cpage=1#comment-1583</link>
		<dc:creator>Christopher Denter</dc:creator>
		<pubDate>Tue, 22 Apr 2008 19:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ogmaciel.com/?p=472#comment-1583</guid>
		<description>Hey Og,

can you tell of what quality the screencasts are? (Both, Video/Audio-quality and judging from the contents.)

I don&#039;t need another &quot;This is Hello World.&quot; or &quot;This is what OO means.&quot;.
I, personally, would like to have talks about advanced programming topics and techniques using the Python programming language. (Would be great to have an overview on what&#039;s available if you sign up and pay for it.)

Is there such a thing, Ian?</description>
		<content:encoded><![CDATA[<p>Hey Og,</p>
<p>can you tell of what quality the screencasts are? (Both, Video/Audio-quality and judging from the contents.)</p>
<p>I don&#8217;t need another &#8220;This is Hello World.&#8221; or &#8220;This is what OO means.&#8221;.<br />
I, personally, would like to have talks about advanced programming topics and techniques using the Python programming language. (Would be great to have an overview on what&#8217;s available if you sign up and pay for it.)</p>
<p>Is there such a thing, Ian?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OgMaciel</title>
		<link>http://www.ogmaciel.com/?p=472&#038;cpage=1#comment-1582</link>
		<dc:creator>OgMaciel</dc:creator>
		<pubDate>Tue, 22 Apr 2008 18:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ogmaciel.com/?p=472#comment-1582</guid>
		<description>Hi there Ian,

I&#039;m actually planning to watch the series where you develop an app using WingIDE and EasyGui(?)... Even though I have solely used Gtk for my UI needs, some of the concepts you promised to cover are very interesting, specially unit testing.

If you&#039;d allow me to make a suggestion for a future topic, something like creating GUI with Gtk (not Glade) and/or CherryPy and Python would be really interesting.

Anyhow, congrats on the project and I&#039;m looking forward to watching more of your screencasts.

Og</description>
		<content:encoded><![CDATA[<p>Hi there Ian,</p>
<p>I&#8217;m actually planning to watch the series where you develop an app using WingIDE and EasyGui(?)&#8230; Even though I have solely used Gtk for my UI needs, some of the concepts you promised to cover are very interesting, specially unit testing.</p>
<p>If you&#8217;d allow me to make a suggestion for a future topic, something like creating GUI with Gtk (not Glade) and/or CherryPy and Python would be really interesting.</p>
<p>Anyhow, congrats on the project and I&#8217;m looking forward to watching more of your screencasts.</p>
<p>Og</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Ozsvald</title>
		<link>http://www.ogmaciel.com/?p=472&#038;cpage=1#comment-1581</link>
		<dc:creator>Ian Ozsvald</dc:creator>
		<pubDate>Tue, 22 Apr 2008 17:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ogmaciel.com/?p=472#comment-1581</guid>
		<description>It is great to hear that you like our screencasts.  

I&#039;m one of the founders, we have more series planned including topics like the Google App Engine, wxPython and &#039;Beginning with Python&#039;.

Ian.</description>
		<content:encoded><![CDATA[<p>It is great to hear that you like our screencasts.  </p>
<p>I&#8217;m one of the founders, we have more series planned including topics like the Google App Engine, wxPython and &#8216;Beginning with Python&#8217;.</p>
<p>Ian.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.341 seconds -->
