<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks so much for your answers.  With regard to Mr. Underhill's
response: I'm a little confused too.  I know that Linux asked me if I
wanted Python while I was installing Slackware and I did say yes,
however, I don't get anything except a short description of what Python
is from the man pages in Slackware 10.1, and in my Slackware Linux
Unleashed 3rd edition there's nothing I could find that makes any
reference to Python at all.  How do I envoke the software/programme,
etc, needed to start using Python?  Again, your help even thusfar is
very much appreciated.<span class="moz-smiley-s1"><span> :-) </span></span><br>
To Mathew, thanks for the download.  I'll be able to start working
Python on my WinXP machine as well. <br>
<br>
Regards, <br>
<br>
Valo<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:discuss-request@blu.org">discuss-request@blu.org</a> wrote:
<blockquote cite="mid20051201170031.700F6183AEC@olduvai.blu.org"
 type="cite">
  <pre wrap="">Send Discuss mailing list submissions to
        <a class="moz-txt-link-abbreviated" href="mailto:discuss@blu.org">discuss@blu.org</a>

To subscribe or unsubscribe via the World Wide Web, visit
        <a class="moz-txt-link-freetext" href="http://olduvai.blu.org/mailman/listinfo/discuss">http://olduvai.blu.org/mailman/listinfo/discuss</a>
or, via email, send a message with subject or body 'help' to
        <a class="moz-txt-link-abbreviated" href="mailto:discuss-request@blu.org">discuss-request@blu.org</a>

You can reach the person managing the list at
        <a class="moz-txt-link-abbreviated" href="mailto:discuss-owner@blu.org">discuss-owner@blu.org</a>

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Discuss digest..."


Today's Topics:

   1. Re: Recommended compiler for Python? (Larry Underhill)
   2. Re: Recommended compiler for Python? (Matthew Gillen)


----------------------------------------------------------------------

Message: 1
Date: Thu, 01 Dec 2005 09:22:06 -0500
From: Larry Underhill <a class="moz-txt-link-rfc2396E" href="mailto:lgu@pobox.com"><lgu@pobox.com></a>
Subject: Re: Recommended compiler for Python?
To: <a class="moz-txt-link-abbreviated" href="mailto:evared@lycos.com">evared@lycos.com</a>
Cc: <a class="moz-txt-link-abbreviated" href="mailto:discuss@blu.org">discuss@blu.org</a>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:1133446926.10130.55.camel@localhost.localdomain"><1133446926.10130.55.camel@localhost.localdomain></a>
Content-Type: text/plain

On Wed, 2005-11-30 at 19:52 -0800, Valo S. Gonzalez wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Well after a little deliberation I've decided to learn Python, but I 
need a compiler.  Is there any one in particular you could recommend for me?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Hey there, Valo. Congrats on picking python. It is a fun language.

I'm a little confused by your question. You don't need a compiler and
python itself is typically shipped on every linux distro as it is
commonly used for many sys admin tools. No extra effort needed. 

[lgu@grindylow ~]$ which python
/usr/bin/python

You can interact with the interpreter easily enough to get started right
away:

[lgu@grindylow ~]$ python
Python 2.3.4 (#1, Feb  2 2005, 12:11:53)
[GCC 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <blockquote type="cite">
        <pre wrap="">name = 'World'
print "Hello, %s" % name
        </pre>
      </blockquote>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->Hello, World
  </pre>
  <pre wrap=""><!---->(CTRL + D to exit back to shell)

Hope that helps!

--Larry




------------------------------

Message: 2
Date: Thu, 01 Dec 2005 09:26:18 -0500
From: Matthew Gillen <a class="moz-txt-link-rfc2396E" href="mailto:me@mattgillen.net"><me@mattgillen.net></a>
Subject: Re: Recommended compiler for Python?
To: <a class="moz-txt-link-abbreviated" href="mailto:evared@lycos.com">evared@lycos.com</a>
Cc: <a class="moz-txt-link-abbreviated" href="mailto:discuss@blu.org">discuss@blu.org</a>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:438F080A.2060005@mattgillen.net"><438F080A.2060005@mattgillen.net></a>
Content-Type: text/plain; charset=ISO-8859-1

Valo S. Gonzalez wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Well after a little deliberation I've decided to learn Python, but I
need a compiler.  Is there any one in particular you could recommend for
me?
    </pre>
  </blockquote>
  <pre wrap=""><!---->You should probably start with this:
<a class="moz-txt-link-freetext" href="http://python.org/download/">http://python.org/download/</a>

ActiveState ( <a class="moz-txt-link-freetext" href="http://www.activestate.com/Products/ActivePython/?mp=1">http://www.activestate.com/Products/ActivePython/?mp=1</a> )
apparently has a python implementation, but I've never used it (and
don't know the details on the licensing).

--Matt


------------------------------

_______________________________________________
Discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Discuss@blu.org">Discuss@blu.org</a>
<a class="moz-txt-link-freetext" href="http://olduvai.blu.org/mailman/listinfo/discuss">http://olduvai.blu.org/mailman/listinfo/discuss</a>


End of Discuss Digest, Vol 15, Issue 2
**************************************


  </pre>
</blockquote>
</body>
</html>