After downloading Git, there will also be Git bash, providing Linux style command line terminals.
However, when using git bash, Python cannot run directly. To achieve this, it is necessary to permanently declare an alias:
alias python='winpty python.exe'