Re: Python download for windows

2020-03-09 Thread Terry Reedy

On 3/9/2020 6:16 AM, Mike Dewhirst wrote:

Python isn't an ordinary program as understood by (most) Windows users.
It needs a command-prompt in which to run interactively.


Or, one can click the lower left Windows Start icon, find and click 
'Python 3.8' (for instance) under 'P', and select either 'IDLE (Python 
3.8)', which I recommend for beginners*, or 'Python 3.8'.  Still, one 
should eventually learn to use Command-Prompt, but some schools do not 
teach it and one can work for years without it.


* On the IDLE menu, select Help and IDLE Help for the doc.


--
Terry Jan Reedy

--
https://mail.python.org/mailman/listinfo/python-list


RE: Python download for windows

2020-03-09 Thread Mike Dewhirst
HilaryPython isn't an ordinary program as understood by (most) Windows users.It 
needs a command-prompt in which to run interactively. In other words, after 
successful installation, open a command prompt (aka DOS prompt) and type 
"python". It should open, announce itself and display its characteristic prompt 
>>>Your daughter will write programs in files with names. If a file has an 
extension .py and it is double-clicked (when seen in its directory/folder in 
Windows explorer) it will be executed by Windows using the installed Python. 
You don't have to worry. That is your daughter's problem.You really should 
adjust Windows explorer so it doesn't hide file extensions. Hope this 
helpsCheersMike
 Original message From: Hilary Ilsley 
 Date: 9/3/20  20:08  (GMT+10:00) To: 
python-list@python.org Subject: Python download for windows HelloWe have been 
asked to download python so our daughter can complete her homework, only once 
we have down loaded it keeps going to "set up" and even after completing 
"modify" or "repair" it goes back to set 
up.https://www.python.org/downloads/release/python-382/ -this is what we have 
downloaded.Any advice?Hilary IlsleyBSc (Jnt Hons) MSc CBiol MSB SiLCAssociate 
(Geo-environmental Scientist)[A close up of a sign  Description automatically 
generated]<http://www.jnpgroup.co.uk/>Brighouse * Chesham * Glasgow * 
Hartlepool * Leamington Spa * SheffieldMarlborough House, 48 Holly Walk, 
Leamington Spa, CV32 4XPt: 01926 889955  w: 
jnpgroup.co.uk<http://www.jnpgroup.co.uk/>[cid:image002.jpg@01D5F540.BF6B4CD0][cid:image003.png@01D5F540.BF6B4CD0][cid:image004.png@01D5F540.BF6B4CD0]<https://www.linkedin.com/company/jnp-group>[twitter]<https://twitter.com/JNPGroup>
   [cid:image006.jpg@01D5F540.BF6B4CD0] 
<https://www.facebook.com/JNPGroupConsultingEngineers>This message, including 
any attachments, is strictly confidential, protected by law, and is intended 
solely for the use of the individual or entity to whom it is addressed. If you 
are not the intended recipient, be advised that you have received this message 
in error, and that any use, dissemination, forwarding, printing, alteration or 
copying of this e-mail and any attachments is strictly prohibited and we will 
not be liable for any direct, special, indirect or consequential loss/damages 
arising from any action taken or omitted to be taken in reliance on it or any 
alteration of the contents of this message by you or any third party. If you 
have received this e-mail in error, please contact the sender immediately. The 
views expressed in this email are not necessarily the views of JNP Group, its 
owners or employees and makes no representation or accepts any liability for 
its accuracy or completeness unless expressly stated to the contrary.We have 
made every effort to ensure that emails and any attachments generated are free 
from viruses. However, we cannot accept any responsibility for any viruses 
which are transmitted. We recommend that you scan all attachments.Use of your 
personal information: JNP Group takes data protection very seriously and the 
privacy notice that will apply to our use of your personal information can be 
found at 
http://www.jnpgroup.co.uk/wp-content/uploads/2018/06/JNP-Group-Data-Privacy-Notice.pdf--
 https://mail.python.org/mailman/listinfo/python-list
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Python download for windows

2020-03-09 Thread Bob Gailer
:> You talk only about downloading - and the link you gave leads to the
download page as a whole, so we can't guess the OS you - or your daughter -
use.

the subject line explicitly states "download for Windows"

Bob Gailer
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Python download for windows

2020-03-09 Thread Sibylle Koczian

Am 09.03.2020 um 10:08 schrieb Hilary Ilsley:

Hello

We have been asked to download python so our daughter can complete her homework, only once we have down 
loaded it keeps going to "set up" and even after completing "modify" or 
"repair" it goes back to set up.
https://www.python.org/downloads/release/python-382/ -this is what we have 
downloaded.

Any advice?



Sorry, no advice, we'd need more information. Main questions:

You talk only about downloading - and the link you gave leads to the 
download page as a whole, so we can't guess the OS you - or your 
daughter - use.


One guess, because that's quite a frequent problem, at least on Windows: 
did you perhaps try to start the installer a second time instead of 
Python itself? The symptoms you describe would fit this case.


Some possibly helpful links:

https://docs.python.org/3/faq/windows.html

That's still supposing your daughter uses Windows. If yes, then the 
first entry might be enough to get her started.


https://docs.python.org/3/using/index.html

More about installing and using Python on Linux, Windows and Mac. If 
it's Windows then perhaps the Microsoft Store package might be easier to 
use? I don't know it myself, but the description looks promising.


HTH
Sibylle


--
https://mail.python.org/mailman/listinfo/python-list


Re: Python download for windows

2020-03-09 Thread Bob Gailer
On Mar 9, 2020 5:22 AM, "Hilary Ilsley" 
wrote:
>
> Hello
>
> We have been asked to download python so our daughter can complete her
homework, only once we have down loaded it keeps going to "set up" and even
after completing "modify" or "repair" it goes back to set up.

You're getting that response because you are re-running the installer
rather than running python.

Take a look at
https://docs.python.org/3/tutorial/interpreter.html#invoking-the-interpreter

There is a section explicitly for Windows.
Whoever asked you to download python has made the incorrect assumption that
you could figure out what to do. That's not your fault. You might want to
tell them about your experience and ask them for guidance.

regarding email list etiquette: note that I have trimmed all the excess
from your post and have responded in line rather than what we call Top
posting.

Please feel free to post here telling us what you've done and what that's
gotten you. We are here to help and we are also volunteers which means we
help as we can.
-- 
https://mail.python.org/mailman/listinfo/python-list


Python download for windows

2020-03-09 Thread Hilary Ilsley
Hello

We have been asked to download python so our daughter can complete her 
homework, only once we have down loaded it keeps going to "set up" and even 
after completing "modify" or "repair" it goes back to set up.
https://www.python.org/downloads/release/python-382/ -this is what we have 
downloaded.

Any advice?


Hilary Ilsley
BSc (Jnt Hons) MSc CBiol MSB SiLC
Associate (Geo-environmental Scientist)

[A close up of a sign  Description automatically 
generated]

Brighouse * Chesham * Glasgow * Hartlepool * Leamington Spa * Sheffield

Marlborough House, 48 Holly Walk, Leamington Spa, CV32 4XP
t: 01926 889955  w: jnpgroup.co.uk

[cid:image002.jpg@01D5F540.BF6B4CD0][cid:image003.png@01D5F540.BF6B4CD0][cid:image004.png@01D5F540.BF6B4CD0][twitter]
   [cid:image006.jpg@01D5F540.BF6B4CD0] 


This message, including any attachments, is strictly confidential, protected by 
law, and is intended solely for the use of the individual or entity to whom it 
is addressed. If you are not the intended recipient, be advised that you have 
received this message in error, and that any use, dissemination, forwarding, 
printing, alteration or copying of this e-mail and any attachments is strictly 
prohibited and we will not be liable for any direct, special, indirect or 
consequential loss/damages arising from any action taken or omitted to be taken 
in reliance on it or any alteration of the contents of this message by you or 
any third party. If you have received this e-mail in error, please contact the 
sender immediately. The views expressed in this email are not necessarily the 
views of JNP Group, its owners or employees and makes no representation or 
accepts any liability for its accuracy or completeness unless expressly stated 
to the contrary.
We have made every effort to ensure that emails and any attachments generated 
are free from viruses. However, we cannot accept any responsibility for any 
viruses which are transmitted. We recommend that you scan all attachments.
Use of your personal information: JNP Group takes data protection very 
seriously and the privacy notice that will apply to our use of your personal 
information can be found at 
http://www.jnpgroup.co.uk/wp-content/uploads/2018/06/JNP-Group-Data-Privacy-Notice.pdf



-- 
https://mail.python.org/mailman/listinfo/python-list