<?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: How to get started programming on a Mac</title>
	<atom:link href="http://macintoshhowto.com/advanced/how-to-get-started-programming-on-a-mac.html/feed" rel="self" type="application/rss+xml" />
	<link>http://macintoshhowto.com/advanced/how-to-get-started-programming-on-a-mac.html</link>
	<description>...the art of macintosh maintenance...</description>
	<lastBuildDate>Wed, 09 May 2012 00:14:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Macbook Skins</title>
		<link>http://macintoshhowto.com/advanced/how-to-get-started-programming-on-a-mac.html/comment-page-1#comment-72827</link>
		<dc:creator>Macbook Skins</dc:creator>
		<pubDate>Thu, 14 Oct 2010 06:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://macintoshhowto.com/?p=847#comment-72827</guid>
		<description>Yea python is definitely the way to start , its user-ability and interfacing is just plain awesome</description>
		<content:encoded><![CDATA[<p>Yea python is definitely the way to start , its user-ability and interfacing is just plain awesome</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne</title>
		<link>http://macintoshhowto.com/advanced/how-to-get-started-programming-on-a-mac.html/comment-page-1#comment-34696</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Fri, 16 Apr 2010 07:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://macintoshhowto.com/?p=847#comment-34696</guid>
		<description>Yes, the book  can be used on a Mac or PC.  In fact it&#039;s probably a bit more PC oriented than Mac,  but it&#039;s still good.</description>
		<content:encoded><![CDATA[<p>Yes, the book  can be used on a Mac or PC.  In fact it&#8217;s probably a bit more PC oriented than Mac,  but it&#8217;s still good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike P</title>
		<link>http://macintoshhowto.com/advanced/how-to-get-started-programming-on-a-mac.html/comment-page-1#comment-34691</link>
		<dc:creator>Mike P</dc:creator>
		<pubDate>Fri, 16 Apr 2010 06:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://macintoshhowto.com/?p=847#comment-34691</guid>
		<description>Python is actually a cross platform language, and I&#039;ve even had games written in Python on Windows, although they did require a few extra python libraries. I can&#039;t remember what they were now as it&#039;s been a while, but if I come across them again I&#039;ll let you know.</description>
		<content:encoded><![CDATA[<p>Python is actually a cross platform language, and I&#8217;ve even had games written in Python on Windows, although they did require a few extra python libraries. I can&#8217;t remember what they were now as it&#8217;s been a while, but if I come across them again I&#8217;ll let you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://macintoshhowto.com/advanced/how-to-get-started-programming-on-a-mac.html/comment-page-1#comment-31431</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 15 Mar 2010 08:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://macintoshhowto.com/?p=847#comment-31431</guid>
		<description>I&#039;ll post you a reply when I get up to that bit.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll post you a reply when I get up to that bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wayne</title>
		<link>http://macintoshhowto.com/advanced/how-to-get-started-programming-on-a-mac.html/comment-page-1#comment-31420</link>
		<dc:creator>wayne</dc:creator>
		<pubDate>Mon, 15 Mar 2010 05:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://macintoshhowto.com/?p=847#comment-31420</guid>
		<description>You don&#039;t need to do all that to get started with the book -  you just need to install Python.

1.  Download and install Python 2.6.2 from here:  http://www.python.org/download/releases/2.6.2/

2. A new folder will be in your apps folder called Python 2.6 and in it will be the IDLE app which you can run.

Snow Leopard actually has Python built into it, but it doesn&#039;t work. If you go to the terminal and type in &lt;em&gt;python -m idlelib.idle&lt;/em&gt; it will open the Python Shell. You can type python commands, but if you select New Window (where you would then type a python program into) the window is frozen and you can&#039;t type into it. Apparently the Python version (2.6.1) that comes built in with Snow Leopard has a bug in it so this is why you need to you need to upgrade to Python 2.6.2

As a bonus, when you install Python yourself you get the application folder too so you don&#039;t need to go into the terminal window to start it each time.

I think all that pythoncard etc is only needed for later chapters, so I havn&#039;t installed it yet.




</description>
		<content:encoded><![CDATA[<p>You don&#8217;t need to do all that to get started with the book &#8211;  you just need to install Python.</p>
<p>1.  Download and install Python 2.6.2 from here:  <a href="http://www.python.org/download/releases/2.6.2/" rel="nofollow">http://www.python.org/download/releases/2.6.2/</a></p>
<p>2. A new folder will be in your apps folder called Python 2.6 and in it will be the IDLE app which you can run.</p>
<p>Snow Leopard actually has Python built into it, but it doesn&#8217;t work. If you go to the terminal and type in <em>python -m idlelib.idle</em> it will open the Python Shell. You can type python commands, but if you select New Window (where you would then type a python program into) the window is frozen and you can&#8217;t type into it. Apparently the Python version (2.6.1) that comes built in with Snow Leopard has a bug in it so this is why you need to you need to upgrade to Python 2.6.2</p>
<p>As a bonus, when you install Python yourself you get the application folder too so you don&#8217;t need to go into the terminal window to start it each time.</p>
<p>I think all that pythoncard etc is only needed for later chapters, so I havn&#8217;t installed it yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://macintoshhowto.com/advanced/how-to-get-started-programming-on-a-mac.html/comment-page-1#comment-31223</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sat, 13 Mar 2010 00:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://macintoshhowto.com/?p=847#comment-31223</guid>
		<description>I don&#039;t understand properly the instructions to install python and the associated stuff...  especially the python card.

I have a PythonCard-0.8.2 directory on my desktop. 
But I don&#039;t understand these instructions...

&quot;Open the Terminal application and do a cd to that directory and then run the setup.py script using the 2.5.1 Python you just installed. The sudo command will prompt you for your password.

[mymachine:~] bob% cd ~/Desktop/PythonCard-0.8.2
[mymachine:~/Desktop/PythonCard-0.8.2] bob% sudo python setup.py install

By default, the PythonCard framework will be installed into /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/PythonCard/. You&#039;ll probably want to make an alias to this directory to keep on your desktop or home folder to make it easier to get to the PythonCard tools and samples.&quot;

Any help welcome!</description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand properly the instructions to install python and the associated stuff&#8230;  especially the python card.</p>
<p>I have a PythonCard-0.8.2 directory on my desktop.<br />
But I don&#8217;t understand these instructions&#8230;</p>
<p>&#8220;Open the Terminal application and do a cd to that directory and then run the setup.py script using the 2.5.1 Python you just installed. The sudo command will prompt you for your password.</p>
<p>[mymachine:~] bob% cd ~/Desktop/PythonCard-0.8.2<br />
[mymachine:~/Desktop/PythonCard-0.8.2] bob% sudo python setup.py install</p>
<p>By default, the PythonCard framework will be installed into /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/PythonCard/. You&#8217;ll probably want to make an alias to this directory to keep on your desktop or home folder to make it easier to get to the PythonCard tools and samples.&#8221;</p>
<p>Any help welcome!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.545 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-14 07:09:46 -->

