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


Groups > comp.lang.python > #76176 > unrolled thread

Re: newbee

Started byJoel Goldstick <joel.goldstick@gmail.com>
First post2014-08-13 04:55 -0400
Last post2014-08-13 04:55 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#76176 — Re: newbee

FromJoel Goldstick <joel.goldstick@gmail.com>
Date2014-08-13 04:55 -0400
SubjectRe: newbee
Message-ID<mailman.12911.1407920144.18130.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web