Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #65842

Re: Newcomer Help

From Grant Edwards <invalid@invalid.invalid>
Newsgroups comp.lang.python
Subject Re: Newcomer Help
Date 2014-02-10 20:47 +0000
Organization PANIX Public Access Internet and UNIX, NYC
Message-ID <ldbdth$hqf$1@reader1.panix.com> (permalink)
References <mailman.6636.1392063583.18130.python-list@python.org>

Show all headers | View raw


On 2014-02-10, Walter Hughey <wkhughey@gmail.com> wrote:

> Apple does install a version of Python, normally a somewhat older
> version. My computer has 2.5 and 2.6 installed and I have opened it
> and inserted code that works. I do need a way to write the code, test
> it, and then save a copy to turn in for the assignment. I was not
> aware that a normal text editor would work. I shall definitely look
> at that later today.

Can't you just use <whatever> to edit a Python source file and then 
run it like you do on other Unix systems?

 $ emacs myprog.py
or
 $ vi myprog.py
or
 $ <myeditor> myprog.py
 
then
 $ python myprog.py

-- 
Grant Edwards               grant.b.edwards        Yow! The SAME WAVE keeps
                                  at               coming in and COLLAPSING
                              gmail.com            like a rayon MUU-MUU ...

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: Newcomer Help Walter Hughey <wkhughey@gmail.com> - 2014-02-10 15:19 -0500
  Re: Newcomer Help Grant Edwards <invalid@invalid.invalid> - 2014-02-10 20:47 +0000

csiph-web