Python windows interactive.
- From: "notejam" <notejam@xxxxxxxxxxxxx>
- Date: 30 Oct 2006 12:54:32 -0800
I am trying to get started with a interactive version of Python for
windows and need some help.
I have played with the tutorial, and now want to write a program.
In basic language, I could write something like
10 print "hello"
20 print "Jim"
and if I run it I would get
hello
Jim
How do I do sometihing simple like that in python?
How do I enter line numbers, or if none, what do I do.
Can the interpreter load a text file with my program in it?
How do I list a program or the parts of a program I am interested in
looking at?
How do I run a python program?
.
- Follow-Ups:
- Re: Python windows interactive.
- From: Larry Bates
- Re: Python windows interactive.
- From: Paul McGuire
- Re: Python windows interactive.
- From: abcd
- Re: Python windows interactive.
- From: robfalck
- Re: Python windows interactive.
- Prev by Date: Odd build errors
- Next by Date: Re: wxPython TextCtrl - weird scrolling behavior
- Previous by thread: Odd build errors
- Next by thread: Re: Python windows interactive.
- Index(es):
Relevant Pages
|