<div dir="ltr"><div>Hi Morgan,</div>
<div>&nbsp;</div>
<div>Have you installed Python on your computer?&nbsp; If you are using Microsoft Windows, you can download and install Python from here:</div>
<div><a href="http://python.org/download/releases/2.5.2/">http://python.org/download/releases/2.5.2/</a></div>
<div>and select &quot;python-2.5.2.msi&quot;.</div>
<div>&nbsp;</div>
<div>Once it&#39;s installed, you should have a directory on your machine called &quot;C:\python25&quot;.&nbsp; If you save your program with a .py extension in that folder (for example, call it morgan.py), then all you have to do is open a command window (Start &gt; Run and enter &quot;cmd&quot;), go to the C:\python25 directory, and type:</div>

<div>python morgan.py</div>
<div>&nbsp;</div>
<div>Personally, if you are just staring out to program, I would recommend using the Python shell that comes with the package I referred to.&nbsp; Alan&#39;s tutorial, found here:</div>
<div><a href="http://www.freenetpages.co.uk/hp/alan.gauld/">http://www.freenetpages.co.uk/hp/alan.gauld/</a></div>
<div>&nbsp;</div>
<div>is very helpful, as is this site, which is what I used to start learning Python:</div>
<div><a href="http://hkn.eecs.berkeley.edu/~dyoo/python/idle_intro/">http://hkn.eecs.berkeley.edu/~dyoo/python/idle_intro/</a></div>
<div>&nbsp;</div>
<div>Hope that helps.&nbsp; Good luck!</div>
<div>&nbsp;</div>
<div>Samir</div>
<div><br>&nbsp;</div>
<div class="gmail_quote">On Tue, Jul 29, 2008 at 7:27 AM, Morgan Thorpe <span dir="ltr">&lt;<a href="mailto:thorpmj07@cvxmck.edu.au">thorpmj07@cvxmck.edu.au</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div dir="ltr"><font face="Tahoma" color="#000000" size="2">Hello.</font></div>
<div dir="ltr"><font face="tahoma" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="tahoma" size="2">I&#39;m am very new to the whole programming sence.</font></div>
<div dir="ltr"><font face="tahoma" size="2">I am trying to catch on but as soon as i want to write a program i&#39;ve been told to use like &#39;notepad&#39; in windows XP and save it as a .py file</font></div>
<div dir="ltr"><font face="tahoma" size="2">i have gotten this far. Am i wrong so far?</font></div>
<div dir="ltr"><font face="tahoma" size="2">If i am right why is it that i can&#39;t run it in anyway besides it opening in &#39;notepad&#39; i&#39;ve tried opening with Python but it doesn&#39;t work.</font></div>
<div dir="ltr"><font face="tahoma" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="tahoma" size="2">Thanks,</font></div>
<div dir="ltr"><font face="tahoma" size="2">&nbsp;&nbsp; Morgan</font></div></div>-- <br><font color="#888888">This message has been scanned for viruses and dangerous content by the BCEC Security Gateway, and is believed to be clean. Brisbane Catholic Education however gives no warranties that this e-mail is free from computer viruses or other defects. Except for responsibilities implied by law that cannot be excluded, Brisbane Catholic Education, its employees and agents will not be responsible for any loss, damage or consequence arising from this e-mail. </font><br>
_______________________________________________<br>Tutor maillist &nbsp;- &nbsp;<a href="mailto:Tutor@python.org">Tutor@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/tutor" target="_blank">http://mail.python.org/mailman/listinfo/tutor</a><br>
<br></blockquote></div><br></div>