1. Install Python
Download the latest version of Python3 's installation package from the official Python website: http://www.python.org.
Reference: http://www.cnblogs.com/yaoyaojcy/p/7349019.html
2. Installing Pycharm
Pycharm installation process reference: http://www.cnblogs.com/yaoyaojcy/p/7349019.html
Activating PYCHARM:HTTPS://WWW.JIANSHU.COM/P/C432D61A8FC1
3. Install the GIT client
The specific installation process refers to the following links in the Git installation process, the article is written in very detailed, learn about the difference between SVN and git.
Reference: https://www.cnblogs.com/smuxiaolei/p/7484678.html
4. Registering a remote repository
I'm a registered coding:https://coding.net/login.
Of course, it can be used with GitHub.
5. Configuring Pycharm First step: Configure Git
The second step: Login Https://coding.net/login, new project, enter the project, you can see the side of the page has an HTTPS address (such as), the project URL to copy out.
Step three: VCS---Checkout from Version Control, git--clone, for example, click "Clone", after entering the login username password of the coding website, the clone is completed.
Fourth step: After Pycharm to create a new file, PY program, click on the upper right corner of the commit (or shortcut ctrl+k), submit the version, click "Commit and Push"
1. Development environment Construction--python