1. Download the default installation:
http://www.python.org/download/
2. Environment variable configuration:
Path%path%; C:\Python
3. Run Python
1) Interactive interpreter:
You can go to Python from the Command line window and start writing Python code in the interactive interpreter. (case sensitive) help ()/quit ()
Unknown encoding:cp65001 exception
After Python installation, enter command line interaction mode, enter any code to report unknown ENCODING:CP65001 exception
Need to modify the encoding (UTF-8) to Simplified Chinese (GBK)
Execute CHCP 936 in the cmd window
2 Command-line scripting
In your application, you can execute a python script on the command line by introducing an interpreter, as follows:
C:>python script.py
3). Integrated development Environment (ide:integrated Development Environment)
You can use a graphical user interface (GUI) environment to write and run Python code. The following are recommendations for using the IDE on each platform: Unix: IDLE is the first Python IDE on UNIX. Windows: Pythonwin is a Python integrated development environment that is superior in many ways to the IDE