Recommended compiler for Python?

nmeyers at javalinux.net nmeyers at javalinux.net
Thu Dec 1 13:09:57 EST 2005


If you accepted the Python installation, then the interpreter is already
on your system. To run a python script, just type:

  python name-of-script-file

(where you replace "name-of-script-file" with the name of your script
file). Or just type:

  python

to use the Python interpreter interactively.

Nathan


On Thu, Dec 01, 2005 at 10:06:51AM -0800, Valo S. Gonzalez wrote:
> 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. :-)
> To Mathew, thanks for the download.  I'll be able to start working 
> Python on my WinXP machine as well.
> 
> Regards,
> 
> Valo



More information about the Discuss mailing list