Current update to 3.8 edition , If your Internet speed is still good, you can try to download from the official website , But the speed is unbearably slow , If you don't want to toss , You can come to my 【 Network disk directory 】 download , There are also 3.8 Of api Chinese Manual , Interested friends can also download it on the way .
There are other versions , You can also click 【python-3.8.1.zip】 Direct download , It must be faster than the official website . I don't say much nonsense , The installation process steps are recorded below .
One 、 When the download is complete , We directly click to run the program , Popup click 【 function 】.
Two 、 If we don't need it, we can choose it directly 【Install Now】 The default installation is fine . in addition 【Add Python 3.8 to PATH】 The default is unchecked , Let's tick , Let the installer put python The environment variable of plus .
3、 ... and 、 installation is complete , We need to see if python It's ready to use . We can go through win+r Open the run command line , Input cmd Then enter the command line interface .
Four 、 We type on the command line python You can see python Information about the version number of , Input print('hello world'), Open our python Programming journey .