<?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: Teaching Python</title>
	<atom:link href="http://thinkhole.org/wp/2006/01/12/teaching-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkhole.org/wp/2006/01/12/teaching-python/</link>
	<description>www.thinkhole.org</description>
	<lastBuildDate>Tue, 02 Feb 2010 16:30:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tony Forster</title>
		<link>http://thinkhole.org/wp/2006/01/12/teaching-python/comment-page-1/#comment-228</link>
		<dc:creator>Tony Forster</dc:creator>
		<pubDate>Fri, 24 Mar 2006 10:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/01/12/teaching-python/#comment-228</guid>
		<description>I can recommend Gamemaker www.gamemaker.nl
see also
http://online.haileybury.vic.edu.au/sites/edrington
www.freewebs.com/schoolgamemaker</description>
		<content:encoded><![CDATA[<p>I can recommend Gamemaker <a href="http://www.gamemaker.nl" rel="nofollow">http://www.gamemaker.nl</a><br />
see also<br />
<a href="http://online.haileybury.vic.edu.au/sites/edrington" rel="nofollow">http://online.haileybury.vic.edu.au/sites/edrington</a><br />
<a href="http://www.freewebs.com/schoolgamemaker" rel="nofollow">http://www.freewebs.com/schoolgamemaker</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: import this. &#187; Blog Archive &#187; Languages for teaching programming</title>
		<link>http://thinkhole.org/wp/2006/01/12/teaching-python/comment-page-1/#comment-113</link>
		<dc:creator>import this. &#187; Blog Archive &#187; Languages for teaching programming</dc:creator>
		<pubDate>Tue, 31 Jan 2006 00:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/01/12/teaching-python/#comment-113</guid>
		<description>[...] A few weeks ago Nate&#8217;s friend was asking for recommendations on which language to use when teaching children how to program. At the time, I recommended Python (but I mentioned that Logo and HTML would be extremely useful as well). [...]</description>
		<content:encoded><![CDATA[<p>[...] A few weeks ago Nate&#8217;s friend was asking for recommendations on which language to use when teaching children how to program. At the time, I recommended Python (but I mentioned that Logo and HTML would be extremely useful as well). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Buzzing Bye &#187; A Child&#8217;s Learning Computer Language</title>
		<link>http://thinkhole.org/wp/2006/01/12/teaching-python/comment-page-1/#comment-82</link>
		<dc:creator>Buzzing Bye &#187; A Child&#8217;s Learning Computer Language</dc:creator>
		<pubDate>Fri, 13 Jan 2006 14:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/01/12/teaching-python/#comment-82</guid>
		<description>[...] Others have thought Python would be a good teaching language. I disagree because the consistency of spacing could be a frusterating concept for a young child already taking in a lot. [...]</description>
		<content:encoded><![CDATA[<p>[...] Others have thought Python would be a good teaching language. I disagree because the consistency of spacing could be a frusterating concept for a young child already taking in a lot. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://thinkhole.org/wp/2006/01/12/teaching-python/comment-page-1/#comment-81</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 13 Jan 2006 06:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/01/12/teaching-python/#comment-81</guid>
		<description>HTML, CSS, and Javascript are a nice starting point as they provide immediately gratifying results. Recently, I had a postion as a teaching assistant to non-programmers (artists) and was astounded by the level of excitement and exploration they exhibited as a whole. Though it&#039;s not &quot;programming&quot; programming, as you mentioned, it is a great starting place.

Processing is another nice place to start. It is like Java on training wheels, so the syntax at lower levels can get really hairy, but it&#039;s set up to grow with you (eventually transitioning into straight Java). It&#039;s also very visual in nature and has a good community.

Python is fantastic. I&#039;m new to it, but I have experience with a variety of other programming languages, so its hard for me to say how easy it would be to pick up from scratch. Pretty easy I imagine, but maybe not as fun as HTML for the absolute beginner. Obviously, there is so much that you can do with Python, that compared to some of the other &quot;friendly&quot; languages, there is a great feeling (for me at least) that the sky&#039;s the limit!

I&#039;m at an art school and these are the recomendations I make whenever somebody asks.</description>
		<content:encoded><![CDATA[<p>HTML, CSS, and Javascript are a nice starting point as they provide immediately gratifying results. Recently, I had a postion as a teaching assistant to non-programmers (artists) and was astounded by the level of excitement and exploration they exhibited as a whole. Though it&#8217;s not &#8220;programming&#8221; programming, as you mentioned, it is a great starting place.</p>
<p>Processing is another nice place to start. It is like Java on training wheels, so the syntax at lower levels can get really hairy, but it&#8217;s set up to grow with you (eventually transitioning into straight Java). It&#8217;s also very visual in nature and has a good community.</p>
<p>Python is fantastic. I&#8217;m new to it, but I have experience with a variety of other programming languages, so its hard for me to say how easy it would be to pick up from scratch. Pretty easy I imagine, but maybe not as fun as HTML for the absolute beginner. Obviously, there is so much that you can do with Python, that compared to some of the other &#8220;friendly&#8221; languages, there is a great feeling (for me at least) that the sky&#8217;s the limit!</p>
<p>I&#8217;m at an art school and these are the recomendations I make whenever somebody asks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
