ditors, as several people have already done.
On 12/9/2022 12:13 PM, ker...@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.
How can I write my own Python F
On 12/9/22 14:56, rbowman wrote:
On Fri, 9 Dec 2022 12:13:16 -0500 (EST), ker...@polaris.net wrote:
How can I write my own Python Functions and subroutines in the new
Python?
Personally, I would go with VS Code:
https://learn.microsoft.com/en-us/training/modules/python-install-vscode/
It su
On Fri, 9 Dec 2022 12:13:16 -0500 (EST), ker...@polaris.net wrote:
> How can I write my own Python Functions and subroutines in the new
> Python?
Personally, I would go with VS Code:
https://learn.microsoft.com/en-us/training/modules/python-install-vscode/
It supports virtual environments nicel
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 on
behalf of DFS
Date: Friday, December 9, 2022 at 4:36 PM
To: python-list@python.org
Subject: Re: New computer, new Python
On 12/9/2022 12:13 PM, ker...@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 Function
On 10/12/2022 06.13, ker...@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.
How can I write my own Python Functions and subroutines in the new Python?
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.
How can I write my own Python Functions and subroutines in the new Python?
It is version 3.11 (64 bit).
K
Rustom Mody writes:
> On Sunday, May 18, 2014 5:47:05 AM UTC+5:30, Ned Batchelder wrote:
> > Make a list of the [Python-specific] packages you need. Put it in a
> > file called requirements.txt. […]
>
> What about things installed at a lower level than pip, eg apt-get?
That's an important issue.
On Sunday, May 18, 2014 5:47:05 AM UTC+5:30, Ned Batchelder wrote:
> On 5/17/14 7:53 PM, CM wrote:
>
> > If I want to switch my work from one computer to a new one, and I
> > have lots of various libraries installed on the original computer,
> > what's the best way
Ned Batchelder writes:
> Make a list of the packages you need. Put it in a file called
> requirements.txt. Then install them with:
>
> $ pip install -r requirements.txt
>
> Keep that file up-to-date as you add new requirements.
Since these requirements are specifically for Python, more spe
On Sun, May 18, 2014 at 10:17 AM, Ned Batchelder wrote:
> Make a list of the packages you need. Put it in a file called
> requirements.txt. Then install them with:
>
> $ pip install -r requirements.txt
>
> Keep that file up-to-date as you add new requirements.
+1. And the "keep up-to-date"
On 5/17/2014 7:53 PM, CM wrote:
If I want to switch my work from one computer to a new one, and I
have lots of various libraries installed on the original computer,
what's the best way to switch that all to the new computer? I'm
hoping there is some simple way like just copying the
On 5/17/14 7:53 PM, CM wrote:
If I want to switch my work from one computer to a new one, and I have lots of
various libraries installed on the original computer, what's the best way to
switch that all to the new computer? I'm hoping there is some simple way like
just copying the
If I want to switch my work from one computer to a new one, and I have lots of
various libraries installed on the original computer, what's the best way to
switch that all to the new computer? I'm hoping there is some simple way like
just copying the Python/Lib/site-packages folde
Hey-
Check out this great site that is giving away totally FREE Desktop PCs!
I've joined and I think you should as well.
It's a completely legitimate offer, and this company has already given
away $4 million in FREE stuff!
All you have to do is join, complete an online offer, and refer friends
15 matches
Mail list logo