Re: Python windows interactive.
- From: Gabriel Genellina <gagsl-py@xxxxxxxxxxxx>
- Date: Mon, 30 Oct 2006 22:34:27 -0300
At Monday 30/10/2006 21:15, notejam wrote:
Thanks everyone for the help. I got a simple two line program to work
from a text file.
Can not figure out how to write more than one line in interpreter mode.
Is that all interpreter is good for, testing one liners? I have it
run the program everytime I hit return, and can not figure out how to
enter multiple lines of code. I can do multiple lines in text file, so
no problem, but I am jsut wondering can a program with 2 or more lines
be wrote from the interpreter mode?
The command-line interpreter (python.exe), in interactive mode, is just for testing purposes: one or two lines or code.
You could write your program in a file (using notepad by example), save it with filename.py, and run it using: python filename.py
There are some integrated environments for working in python. IDLE already comes with your Python installation. For Windows you can get PythonWin <http://sourceforge.net/projects/pywin32/>
--
Gabriel Genellina
Softlab SRL
__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! ¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar
.
- References:
- Python windows interactive.
- From: notejam
- Re: Python windows interactive.
- From: Larry Bates
- Re: Python windows interactive.
- From: notejam
- Python windows interactive.
- Prev by Date: Re: Python windows interactive.
- Next by Date: Re: ANN: Leo 4.4.2.1 final released
- Previous by thread: Re: Python windows interactive.
- Next by thread: Re: Python windows interactive.
- Index(es):
Relevant Pages
|