New computer, new Python

rbowman bowman at montana.com
Fri Dec 9 16:56:34 EST 2022


On Fri, 9 Dec 2022 12:13:16 -0500 (EST), kermit at 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 nicely:

https://code.visualstudio.com/docs/python/environments


More information about the Python-list mailing list