Win10 Installation Python2.7 Tutorial:
1, download the latest installer from the official website (https://www.python.org/download/releases/2.7/), or obtain the installation package from other sources.
2, the official website downloads installs the package Python-2.7.amd64.msi (according to own computer configuration chooses the corresponding installation package).
3, click Python-2.7.14.amd64.msi, install Python (the default installation path "C:\Python27\"), according to personal custom can customize the path, my installation path is "D:\Program files\python2.7\".
4, ADD environment variables: Click on My Computer-Properties-Advanced system settings-environment variables-System Variables path--edit, add "D:\Program files\python2.7", the variables between the semicolon ";" Interval.
5, check whether Python installed correctly, open cmd, input python.
WIN10 Installation Pycharm Tutorial:
1, from the official website (http://www.jetbrains.com/pycharm/download/#section =windows) Download the latest installation program, or from other resources to obtain installation package. The official website downloads if only is the beginner learns, downloads the Community edition to be possible, according to own computer configuration chooses the corresponding installation package.
2, select the installation path, check the relevant configuration information.
3, configure Pycharm workspace and Python.
4, write your own Python program.