Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102589
| From | Joel Goldstick <joel.goldstick@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: python |
| Date | 2016-02-06 10:12 -0500 |
| Message-ID | <mailman.45.1454771530.2317.python-list@python.org> (permalink) |
| References | <DUB405-EAS408C7AD146D21AA064E40F5E1D30@phx.gbl> |
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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: python Joel Goldstick <joel.goldstick@gmail.com> - 2016-02-06 10:12 -0500
csiph-web