[Tutor] newb problem running the translator (fwd)
Max Noel
maxnoel_fr at yahoo.fr
Sat Apr 9 10:47:01 CEST 2005
On Apr 9, 2005, at 10:36, Danny Yoo wrote:
>
>
> ---------- Forwarded message ----------
> Date: Fri, 8 Apr 2005 22:03:58 EDT
> From: Drumming4NOTA at aol.com
> To: tutor-owner at python.org
> Subject: newb problem running the translator
>
> I will try to make this quick. I am a newb to python, and
> programming at
> that, but i am realy interested. I have been looking at simple
> programs to be
> run through the shell but i cannot figure out the translator. When i
> save
> program i have tried to tell it to opoen it in the translator. I have
> been looking
> through several websites and looked through the documents my python
> installation came with. On one computer i am running Windows Xp and on
> another win98SE.
> If you could explain to me how to open a program through the
> translator i
> would appreciate it alot.
What exactly do you call the "translator"?
If you mean the compiler, it's normal that you can't find it: there is
none. Python is an interpreted language (well, bytecode, but let's not
get into that, shall we?). To run your Python programs, you call the
Python interpreter on them: "python foo.py", for example, runs the
foo.py program.
-- Max
maxnoel_fr at yahoo dot fr -- ICQ #85274019
"Look at you hacker... A pathetic creature of meat and bone, panting
and sweating as you run through my corridors... How can you challenge a
perfect, immortal machine?"
More information about the Tutor
mailing list