Python and Julia share the concept of an environment: a mechanism for isolating packages from one project to another. Python has several tools for managing environments, and miniconda is one of them. But, if you don’t use Python for anything else, it is more convenient to download just Python.
I’m not a Computer Scientist or Python expert (I used Python last time in 2017). Here is what I have done so far:
Go to Microsoft Store and downloaded Python 3.12
In VSCode, go to Extension and installed the core Python extension
Next, I’m trying to create a “Python Environment” (whatever that is). So I type Ctrl+Shift+P, and search for Python Environment. One choice is “conda” (…since I used Anaconda in the past…). When I do that, I’m stuck again by “computer speak”:
I don’t know what a “workspace” is. It seams like it is a directory (if so, why not say so?). But I have no idea whether there are any requirements about where to put it.