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


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

Re: how do I put the python on my desktop or even access it

Started byMichael Torrie <torriem@gmail.com>
First post2016-01-17 08:03 -0700
Last post2016-01-17 08:03 -0700
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: how do I put the python on my desktop or even access it Michael Torrie <torriem@gmail.com> - 2016-01-17 08:03 -0700

#101853 — Re: how do I put the python on my desktop or even access it

FromMichael Torrie <torriem@gmail.com>
Date2016-01-17 08:03 -0700
SubjectRe: how do I put the python on my desktop or even access it
Message-ID<mailman.66.1453042991.15297.python-list@python.org>
On 01/16/2016 01:11 PM, zack fitzsimons wrote:
> 
> 
> 
> 
> 
> 
> 

I'm assuming based on your empty email that you must be running Windows.
 Python is a command-line program.  First run cmd.exe and then from
there you can run python.exe and interact with it in immediate mode.  To
create and run python programs, you can use a text editor to make the
program, and then, if it's a graphical program, you can double-click it,
but if it's a text-mode program you must run it from cmd.exe like this:

python \path\to\myprogram.py.

There is a graphical integrated development environment that comes with
Python called IDLE that you can run from the start menu. I suspect this
is where you'll want to go first.

[toc] | [standalone]


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


csiph-web