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


Groups > comp.lang.python > #65842

Re: Newcomer Help

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!nntp.club.cc.cmu.edu!micro-heart-of-gold.mit.edu!bloom-beacon.mit.edu!bloom-beacon.mit.edu!panix!not-for-mail
From Grant Edwards <invalid@invalid.invalid>
Newsgroups comp.lang.python
Subject Re: Newcomer Help
Date Mon, 10 Feb 2014 20:47:45 +0000 (UTC)
Organization PANIX Public Access Internet and UNIX, NYC
Lines 25
Message-ID <ldbdth$hqf$1@reader1.panix.com> (permalink)
References <mailman.6636.1392063583.18130.python-list@python.org>
NNTP-Posting-Host dsl.comtrol.com
X-Trace reader1.panix.com 1392065265 18255 64.122.56.22 (10 Feb 2014 20:47:45 GMT)
X-Complaints-To abuse@panix.com
NNTP-Posting-Date Mon, 10 Feb 2014 20:47:45 +0000 (UTC)
User-Agent slrn/1.0.1 (Linux)
Xref csiph.com comp.lang.python:65842

Show key headers only | 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