Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #101853 > unrolled thread
| Started by | Michael Torrie <torriem@gmail.com> |
|---|---|
| First post | 2016-01-17 08:03 -0700 |
| Last post | 2016-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.
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
| From | Michael Torrie <torriem@gmail.com> |
|---|---|
| Date | 2016-01-17 08:03 -0700 |
| Subject | Re: 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.
Back to top | Article view | comp.lang.python
csiph-web