This script will install python on windows machine using powershell.
It installs python 3.10.0 for x64 machine by default.
This script must be executed as admin using powershell.
# whatever location you've installed this script
ps C:>.\install-python.ps1
# (optional) install essential dependencies as well
ps C:> .\install-dep.ps1