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


Groups > comp.lang.python > #76176

Re: newbee

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin1!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <joel.goldstick@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.005
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'python,': 0.02; 'programmer': 0.03; 'tutorial': 0.03; 'cc:addr:python-list': 0.11; 'python': 0.11; 'program?': 0.16; 'reload': 0.16; 'wrote:': 0.18; 'acquired': 0.19; 'written,': 0.19; 'command': 0.22; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; "i've": 0.25; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'code': 0.31; '(maybe': 0.31; 'python.org': 0.32; 'run': 0.32; 'text': 0.33; 'linux': 0.33; 'worked': 0.33; 'url:python': 0.33; 'editor': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'list': 0.37; 'pm,': 0.38; '12,': 0.39; 'url:mail': 0.40; 'how': 0.40; 'read': 0.60; 'back': 0.62; 'save': 0.62; 'kind': 0.63; 'to:addr:gmail.com': 0.65; 'frank': 0.68; 'joel': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=XCwEJqZpJ4Njn8ptiih2XvzE13XOzytdE8Dj0du8lTg=; b=sBGHhuM0ZnukkoxtZZYz5gCFXM4yXHtlh/lL4PX1V+u8E3Ci7YQAvgF+3SnXSWDbGw OiE0Aw4k3CkuIg6ENk+v9XQRzI4JYuP0BZYFXY5jusa1bJ4f6v2J52oCXkM4XKt+/u5X NytaJ49oUfda6StF4jgQgAwdnzgQwBZcI9k0yWEZVclFum+OwgrYsAGSzVC5c8/QEOT/ ff0Y3N3wIxjpGh/6ODdWt5AoknRD9kxsLA/+8SvVBPB578rRv4vmfswy8Op6KjS+/xnU dwahQUcZAcjAOy3JHVe1747dmZcETzqXUexg5n7m1DL/faHItOGEoD9xOPg3NANtpkw1 X2Xg==
MIME-Version 1.0
X-Received by 10.194.206.67 with SMTP id lm3mr3228045wjc.70.1407920137526; Wed, 13 Aug 2014 01:55:37 -0700 (PDT)
In-Reply-To <CABhGeYW+Na5uhQ6Bdm31Vy2JU6JG_us3LHnz+a41WDCHyFUvrQ@mail.gmail.com>
References <CABhGeYW+Na5uhQ6Bdm31Vy2JU6JG_us3LHnz+a41WDCHyFUvrQ@mail.gmail.com>
Date Wed, 13 Aug 2014 04:55:37 -0400
Subject Re: newbee
From Joel Goldstick <joel.goldstick@gmail.com>
To Frank Scafidi <fpscafidi@gmail.com>
Content-Type text/plain; charset=UTF-8
Cc "python-list@python.org" <python-list@python.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.12911.1407920144.18130.python-list@python.org> (permalink)
Lines 33
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1407920144 news.xs4all.nl 2938 [2001:888:2000:d::a6]:44668
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:76176

Show key headers only | View raw


On Tue, Aug 12, 2014 at 7:57 PM, Frank Scafidi <fpscafidi@gmail.com> wrote:
> I just acquired a Raspberry Pi and want to program in Python. I was a PL/1
> programmer back in the 60's & 70's and Python is similar. I am struggling
> with some very fundamental things that I am not finding in the
> documentation. Can someone help me with the basics like how do I save a
> program I've written, reload it in Python, list the program once it's
> loaded? How do I edit a program? Are these command line functions?

I've not worked with Rasberry Pi, but it has some kind of linux on it.
So find a text editor (maybe vim is on it).


Write your code with text editor and save.

To run it type:

python my_program.py

See python.org website and read the tutorial
>
> Thanks
> Frank
>
>
> --
> https://mail.python.org/mailman/listinfo/python-list
>



-- 
Joel Goldstick
http://joelgoldstick.com

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


Thread

Re: newbee Joel Goldstick <joel.goldstick@gmail.com> - 2014-08-13 04:55 -0400

csiph-web