Python3 environment with

Python development environment Download: https://www.python.org/downloads/

 

Python Installation

Select Install Now installation option when you open the package, remember to check  the Add Python 3.6 to the PATH .

 

start up

Method 1: press  Win + R keys, type cmd recall command prompt, type python

Method 2: Open IDLE tool, the search can be found in the Start menu

Method three: the input file name followed python Windons console (Python 3 source file in UTF-8 encoding, all strings are unicode string)

Four: Download an integrated development environment pyCharm

PyCharm provide intelligent code completion, code inspections, dynamic error highlighting and quick fixes, and automatic code refactoring and rich navigation features.

PyCharm Download: https://www.jetbrains.com/pycharm/download/#section=windows

PyCharm installation Address:

Guess you like

Origin www.cnblogs.com/beekc/p/12536330.html