"Download and install Python2.7"
1. Download python, recommended download python2.7: Baidu network disk download. Install Python.
"Download, install, use Pycharm"
2. Download pycharm. Baidu Network disk download.
3. Install Pycharm: Double click to Run "Pycharm-community-5.0.1.exe".
4. Use Pycharm:
If you have installed the python2.7 or other versions of Python correctly.
After 4.1 Click Create New Project, you will receive the following.
Where the new item is located in location, the name of the project defaults to Untitled1, and you can change to another name.
Interpreter refers to the position of the interpreter, that is, the installation position of the python2.7 above, such as the second picture
4.2 Then click on the Create project to complete. (You can also create a new project with File-->new project.) )
4.3 Create a new. py file: The following right key works-->new-->python file.
Click to appear: in the name edit box to fill in the name of the file.
I believe you have built a new file, now, let us have a try. As follows, output a "Hello world".
Then run: Click "Run" on the menu bar and click on the subkey "Run"
The following conditions will appear, select the file you created, click.
The results of the operation are as follows:
"Installing and using Git plugins in Pycharm"
4. Download git plugin: Baidu network disk download
5. Install git plugin: This author is also a bit embarrassed, Leng did not find how to set the installation path, so had to go all the way by default, and finally installed into the C:\Program Files (x86) \git,
Among them in C:\Program Files (x86) \git\bin has a protagonist-"Git.exe", attention.
6. Set the path of Git plugin: on the internet for a long time, the opinions, but is not found, finally, think of a way. Search: Click on the following logo, enter settings
After clicking on the settings below,
The path to git executable is set to the path of the lead git.exe above mentioned above, click OK, OK, all done, git plug-in installation complete.
Using the Git plugin
Git... The URL is the download address for the item.
Parent directory is the location where the project is stored on the computer.
The directory name is the names of the folders that the project holds.
Click on the clone to be OK. (The red part above is because the author has already imported a project, to create a new empty folder when importing.) Readers should not care. )
"Django Downloads, environment configuration"
Direct reference Documents
At this point, the end of this article, I hope to help you.