question

Dennis Lee Bieber wlfraed at ix.netcom.com
Fri Mar 17 00:58:48 EST 2000


On Thu, 16 Mar 2000 12:16:05 -0300, williman <williman at adinet.com.uy>
declaimed the following in comp.lang.python:


> 1) How can I run it?

	Many ways, depending on the result you want... And how much you
know about the computer OS in the first place...

> 2) Which program I must use?
>
	How about "python" <G>
 
> Isn't easy for me to find that. Because to do a program, I must study so
> much, but I can't find that in the tutorial I download in www.python.org.
> Thank you very much.
>
	The tutorial probably assumes you know how to activate programs
on your computer. You have to remember that Python runs on Windows,
Linux/UNIX, Macs, Amigas, and some other formats. The tutorial can't
cover how each operating system works.

	The simplest level is to open a command line window and, if the
search path was properly set up during install of Python, type:

	python <your program file name here>


	For Windows, I'd suggest installing the PythonWin extension. It
lets you run the language in interactive mode, or edit files which can
be run later...
 

--
 > ============================================================== <
 >   wlfraed at ix.netcom.com  | Wulfraed  Dennis Lee Bieber  KD6MOG <
 >      wulfraed at dm.net     |       Bestiaria Support Staff       <
 > ============================================================== <
 >        Bestiaria Home Page: http://www.beastie.dm.net/         <
 >            Home Page: http://www.dm.net/~wulfraed/             <



More information about the Python-list mailing list