Just started to contact Python soon, and what's wrong with it. Welcome to the point of communication, only for windows!!!! (Apple can't afford it)
Python installation version 2.7 and 3.6 can be, although 2.7 is more comprehensive, but it is recommended to install 3.6, here 3.6 as an example of the introduction, 2.7 is also applicable.
For the idle, I choose the Spyder, used MATLAB should be very accustomed to, it is an interface highly similar to MATLAB integrated development tools.
1. Python Download and Installation
Go to the official website to download: https://www.python.org/downloads/
Download the direct selection to run and remember the address you installed. When you install it, you can add it to the environment variable, and it's OK to add the environment variable.
2. Installing the Spyder
It is not possible to install the Spyder, although the Spyder provides scientific calculations, but it also requires a framework between Python and it, or a display interface PyQt5.
Installing PYQT5
Pip Install Pyqt5
Then install the Spyder
Pip Install Spyder
Enter the spyder+ version number at the command line after installation is complete
Show that the Spyder is working OK. (
Note that the Spyder is followed by a version number, such as Spyder2, Spyder3)
Python, Spyder Environment Building