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


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

Re: python

Started byJoel Goldstick <joel.goldstick@gmail.com>
First post2016-02-06 10:12 -0500
Last post2016-02-06 10:12 -0500
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: python Joel Goldstick <joel.goldstick@gmail.com> - 2016-02-06 10:12 -0500

#102589 — Re: python

FromJoel Goldstick <joel.goldstick@gmail.com>
Date2016-02-06 10:12 -0500
SubjectRe: python
Message-ID<mailman.45.1454771530.2317.python-list@python.org>
On Sat, Feb 6, 2016 at 8:40 AM, jill davies <jillzoe@hotmail.co.uk> wrote:

>
>
>
>
> I would like to know how to open your python launcher to start coding on
> windows 8 the python version I have installed is python 3.5.1 but it keeps
> giving me an instillation set up
>
>
> Sent from Windows Mail
> --
> https://mail.python.org/mailman/listinfo/python-list


Open up the command window
type python

You are now in the interactive python shell

If you want to run a program you have saved in a file type:  python
my_file.py




-- 
Joel Goldstick
http://joelgoldstick.com/stats/birthdays

[toc] | [standalone]


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


csiph-web