I'm embarrassed to ask this, because I consider myself a seasoned programmer in general and with Python in particular (albeit mostly on Linux), but I just can't seem to get VSCode and Python working together. This is all on Windows 10.
I seem to have both installed. I've done my best to follow instructions at https://learn.microsoft.com/en-us/windows/python/beginners and I can start python as "python" or "python3", see that it's version 3.9.6, and can get it to say "Hello World!". However, I cannot follow instructions to start python as "py" because it reports no such animal.
I have VSCode. It says I have "Python for VSCode" when I list Extensions.
But the stopper is that a few steps into the instructions at https://code.visualstudio.com/docs/python/python-tutorial#_start-vs-code-in-a-project-workspace-folder i get stuck because when I attempt to select a Python interpreter, it says there is no such.
I've tried a bunch of stuff, but since it's not clear what's wrong or missing, it's hard to know if I've tried everything. Except that clearly I haven't.
Can someone guide me a bit?