New computer, new Python

Weatherby,Gerard gweatherby at uchc.edu
Fri Dec 9 17:03:19 EST 2022


Python in an IDE is much easier in the long run. We use PyCharm – there’s a free version: https://www.jetbrains.com/pycharm/download/#section=windows

From: Python-list <python-list-bounces+gweatherby=uchc.edu at python.org> on behalf of DFS <nospam at dfs.com>
Date: Friday, December 9, 2022 at 4:36 PM
To: python-list at python.org <python-list at python.org>
Subject: Re: New computer, new Python
*** Attention: This is an external email. Use caution responding, opening attachments or clicking on links. ***

On 12/9/2022 12:13 PM, kermit at polaris.net wrote:
>
>
> Hello.  I've downloaded the new Python to my new Computer,  and the new Python mystifies me.
>
> Instead of an editor, it looks like a Dos executable program.

python.exe is a Windows executable.



> How can I write my own Python Functions and subroutines in the new Python?

Open a text editor and write your own functions and subs.  Save the file
as prog.py.

 From the command line (not from inside the Python shell), type:

$ python prog.py



> It is version 3.11 (64 bit).

The latest and greatest.  Significantly sped up vs 3.10.

--
https://urldefense.com/v3/__https://mail.python.org/mailman/listinfo/python-list__;!!Cn_UX_p3!ncQETnsgLM_I29jKwV8WUZPhvn7g3Q5jBnkT_S0CmOf0KCORpl5xSLtMM8ZtE8gMsORNxCKhq01pCww$<https://urldefense.com/v3/__https:/mail.python.org/mailman/listinfo/python-list__;!!Cn_UX_p3!ncQETnsgLM_I29jKwV8WUZPhvn7g3Q5jBnkT_S0CmOf0KCORpl5xSLtMM8ZtE8gMsORNxCKhq01pCww$>


More information about the Python-list mailing list