Earlier quoted context omitted.
The other day I was helping my brother setup Python on his Windows 10 computer. So I went to python.org and installed it as usual, then why I typed "python" in the console, it launched the Microsoft Store app and took me to the download page for their distribution of Python. Apparently, it's some kind of alias "feature" they added to Windows at some point. What legitimate reason is there for that if not to try and tr…
> Apparently, it's some kind of alias "feature" they added to Windows at some point. What legitimate reason is there for that It's a loophole so they don't have to ship Windows with a version of Python and then have to support it for how long that version of Windows will be supported. So instead the user gets it from the store (and it's upgraded via the store). Same thing they did for years "Add or Remove features" w…
Are there any Windows 10 features that require Python?