Path: csiph.com!feeder.erje.net!1.eu.feeder.erje.net!news-1.dfn.de!news.dfn.de!news.informatik.hu-berlin.de!fu-berlin.de!uni-berlin.de!not-for-mail From: Joel Goldstick Newsgroups: comp.lang.python Subject: Re: python Date: Sat, 6 Feb 2016 10:12:07 -0500 Lines: 30 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de l/Ve9lY0QKyCzUXoBn6zNwkC1ZXu4+Ue+n8mTmk8SVTg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'received:209.85.223': 0.03; 'cc:addr:python-list': 0.09; 'type:': 0.09; 'python': 0.10; 'subject:python': 0.14; '2016': 0.16; '8:40': 0.16; 'davies': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'shell': 0.18; 'windows': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'am,': 0.23; 'feb': 0.23; 'sat,': 0.23; 'header:In-Reply-To:1': 0.24; 'command': 0.26; 'installed': 0.26; 'coding': 0.27; 'message-id:@mail.gmail.com': 0.27; 'url:mailman': 0.30; 'window': 0.30; 'run': 0.33; 'url:python': 0.33; 'open': 0.33; 'url:listinfo': 0.34; 'file': 0.34; 'received:google.com': 0.35; 'saved': 0.35; 'but': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'version': 0.38; 'received:209': 0.38; 'url:mail': 0.40; 'your': 0.60; '3.5.1': 0.84; 'to:none': 0.91; '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:cc :content-type; bh=tVo8Q3LrOmb8wlSI53j9ai9J8t6JZSR6QJ2iS02PqkQ=; b=pLTGdUVkgf25ge406a+bpxc1OXV3cfaazZRw9vgHBn0Scur2/oP5z36Ap8eEEpZERL P4FEb+4WWPouO+UxEi9YKhXJlb9NkppDLu02rsBr+D5R743s3cu5f2N1hjHULEak4DPb 429KSI3MDaxCC1feY/rLylJGo23ndJle5z5v9fD2v2hA7WEMGDE+nNl0uYUPpLbAi4Lr CfPVb699ZL8Siaa9jPhbS1E3Kk2gQlvhet57ZyREMcmnHM0v34ixaWAO6hpSvzSmDo5J U0gpg13zylLPb5WrTohC90QFANEiQvfDsE+aC2+Q3EBA6vG5qG/ie3aYR4elWeQ1ikd2 KCww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:cc:content-type; bh=tVo8Q3LrOmb8wlSI53j9ai9J8t6JZSR6QJ2iS02PqkQ=; b=ROVdHz6Uv+p+oHCnGm7/7gYavegoWMVwn0J/PyNDG7k1sKc+UE6+y01NyP45rBdGyZ 5SPrWOyZ1Qsq82I4J6DjXRKZ9nZxRpXUFFZTl9FBKjdCoM/TxVT22cBucj+xz9l7kaxr TSACp+G/fvnzvdjH0X52zYc3Tm32b6a/ruIS32/HDSs6DecIuSx4IpzpzBdTBVMNhHRZ MokYlPTmi3Gm7kknsEqhH8xxKR38xNrWhoZHcY18ySfpULbBAT9GM9OryuT+FZAYgKWQ j3umQWdApuxWn7gdTPFj/w68mGgrWuc1pOkxMTZc+OEI7IVpJlWSkgElv/2D6lNxgCIQ etIA== X-Gm-Message-State: AG10YOQ1Xum9unlvilpd/E/QCVeLz4Rv6vz+sdACVkHGOi8fdQLYJF7ZXzPobAaUlI14Wy7U/McQePKsJta8Cw== X-Received: by 10.107.62.5 with SMTP id l5mr20471486ioa.180.1454771527088; Sat, 06 Feb 2016 07:12:07 -0800 (PST) In-Reply-To: X-Content-Filtered-By: Mailman/MimeDel 2.1.21rc2 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21rc2 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:102589 On Sat, Feb 6, 2016 at 8:40 AM, jill davies 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