First of all, welcome!
The following abstracts from Baidu Library:
Python: An object-oriented, interpreted computer programming language, invented by Dutchman Guido van Rossum in 1989, the first public offering was released in 1991.
July 20, IEEE publishes 2017 programming language leaderboard: Python tops the list of top
OK, now let's go and install Python on the windous platform.
Step One: Log in to the Python website https://www.python.org/
Step two : Download python Click Downloads, Python 3.6.2 (currently the latest version)
Step Three: Install Python double-click Python when you first enter the installation screen, note that there is a selection in the lower left corner, tick python to add to environment variable
It appears that you need to add the environment variable manually before the Python3 version to run Python directly in the cmd command.
It's not easy for me to reinstall Python Uninstall once for everyone to see, here also say sorry
Fourth Step : Run the python script
Fifth Step : Write the first small program Hello
OK, so python can be used, thank you!
Installation of Python