First, Python based on the cow Bull God's Blog: Http://www.nnzhp.cn/blog/2016/12/19/python Study notes Python introduction and Getting Started/
Second, the construction of the Python environment
1. Main installation: Python3 Pycharm
If it is not a one-click Installer, you will need to configure the Python path after installation.
⒈ Click Start, enter CMD in the search box, and then enter, the command line interface box will appear, enter the command in Python after the return, the installation is successful, you can see the version of Python information.
⒉ you right-click the computer, select Properties, and then click Advanced System Settings, a box for the system properties appears.
⒊ Click on the environment variable and find the path in the System variable box, double-click to edit the System Properties box, add ";D: \python27_x64\" (Here is the installation path) at the end of the variable Value text box, click the OK button. Then always make sure.
2. Open Pycharm "cannot be found after installation, can search out in, and right click Create Desktop Shortcut"
3. The first time you open, there will be two paths, the first one is the project save address, one is the Python.exe address of the run
4. After opening the software, create Python folders and files "best name in English"
3. If you rename the file, select the folder or file, follow the rename, or press Shift+f6 shortcut key
4. System settings
Set Location
Font modification:
If your company uses Git tools, this is where you modify Git to run the installation address
git uploads the download file directory settings
Upload is the first commit, in the push
Python Environment setup