X-Received: by 10.68.190.130 with SMTP id gq2mr67421pbc.3.1407981645035; Wed, 13 Aug 2014 19:00:45 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!h18no19864732igc.0!news-out.google.com!j6ni47827qas.0!nntp.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail NNTP-Posting-Date: Wed, 13 Aug 2014 21:00:44 -0500 Date: Wed, 13 Aug 2014 19:00:43 -0700 From: Larry Hudson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 Newsgroups: comp.lang.python Subject: Re: newbee References: In-Reply-To: Message-ID: Lines: 20 X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-hToMWglBVjj9jOunAdt5qpiUUbmjDSgV0HHcO7uQLbPD2SBvbhoI1RJWEwYPuNB5VX+W5crwW5TukeM!VOjLpB/fdiSc74Vh5pW4Ry/kF36dkd+OT6BtkchVqi//SC+Rr0jpXMFLkOngD5uWc/byIQCgPpw= X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 2095 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Xref: csiph.com comp.lang.python:76243 On 08/12/2014 04:57 PM, Frank Scafidi 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? > > Thanks > Frank > You've already received a lot of suggestions, but I'll add one more... If you don't mind shelling out for some dead-tree documentation, there is a book in the "Sam's Teach Yourself in 24 Hours" series -- Python Programming for Raspberry Pi. It is a pretty good basic tutorial for Python in general, and specifically written for the RPi. You might check it out. (Current Amazon price -- $25.81) -=- Larry -=-