<?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>Hey Gio &#187; Programming Beginner</title>
	<atom:link href="http://www.heygio.com/category/programming-beginner/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.heygio.com</link>
	<description></description>
	<lastBuildDate>Tue, 20 Sep 2011 00:59:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Why I Chose Python as the First Language to Learn</title>
		<link>http://www.heygio.com/2008/01/04/why-i-chose-python-as-the-first-language-to-learn/</link>
		<comments>http://www.heygio.com/2008/01/04/why-i-chose-python-as-the-first-language-to-learn/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 01:12:26 +0000</pubDate>
		<dc:creator>Giovanna</dc:creator>
				<category><![CDATA[Programming Beginner]]></category>

		<guid isPermaLink="false">http://www.heygio.com/2008/01/04/why-i-chose-python-as-the-first-language-to-learn/</guid>
		<description><![CDATA[The code is a lot simpler than C/C++ and Java. You get to focus on developing your skills as a computer scientist and worry less on the syntax and semantics. MIT teaches Python in their CS1 course due to its simplicity. Here&#8217;s a comparison: Assignment: Print &#8220;Hey Gio&#8221; on the screen in Java print class [...]]]></description>
			<content:encoded><![CDATA[<p>The code is a lot simpler than C/C++ and Java. You get to focus on developing your skills as a computer scientist and worry less on the syntax and semantics. MIT teaches Python in their CS1 course due to its simplicity. Here&#8217;s a comparison:</p>
<h2>Assignment: Print &#8220;Hey Gio&#8221; on the screen in Java</h2>
<p>print class Hello{<br />
public static void main(String args){<br />
System.out.prntln(&#8220;Hey Gio&#8221;);<br />
}<br />
}</p>
<h2>Assignment: Print &#8220;Hey Gio&#8221; on the screen in Python</h2>
<p>def main():<br />
print &#8220;Hey Gio&#8221;</p>
<p>main()</p>
<p>Great difference, right? Python can serve as a stepping stone to more complex languages to learn. I feel that if I started with C or Java, then I would probably be overwhelmed and quit. I will be self taught with no professors and college friends to study with. The best route in this case will be easier route which is Python.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.heygio.com/2008/01/04/why-i-chose-python-as-the-first-language-to-learn/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

