Python in Windows 10

[ windows10 ]

https://docs.python.org/3/using/windows.html
Using Python on Windows

https://docs.microsoft.com/en-us/windows/python/beginners
Get started using Python on Windows for beginners

https://docs.microsoft.com/en-us/windows/python/faqs
Frequently Asked Questions about using Python on Windows

WINDOWS 10

Windows does not include a system supported installation of Python. To make Python available, the CPython team has compiled Windows installers (MSI packages) with every release for many years.

Python 3.9+ supports only Windows 8.1 and newer.

Multiple versions of Python can be installed on your machine and these all use the python command. It is recommended to use the python3 command (or python3.8 to select a specific version).

The py.exe launcher will automatically select the most recent version of Python you've installed. You can also use commands like py -3.8 to select a particular version, or py --list to see which versions can be used.

INSTALLING PYTHON

NOTEPAD++

https://notepad-plus-plus.org/

Notepad++ is a free source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GNU General Public License.

Based on the powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size.