Windows builds the Python development environment
First you need to go to Python's website to download the environment. The mouse moves to the Downloads tab, where you can download it.
Python's environment is still very human, not so much Luo Li of the configuration of what, after downloading good directly without brain next on the line, until finish.
Python IDE
There are a lot of good Python ides, here I will introduce a few relative to me more commonly used! Ranking in no order!
- Pycharm
- Vim
- Eclipse with PyDev
- Sublime Text
- Komodo Edit
- Pyscripter
- Interactive Editor for Python
Pycharm
here first take pycharm as an example
Pycharm default is free to use for 30 days
Starting with Hello World
Hello World is relatively simple, build a good environment after basically can coherent, here I direct mapping.
First, open the installed Pycharm
Click Create to create a project
Print a "Hello world"
In fact, for "learning Python," it is recommended that you use Pycharm,pycharm to set up multiple IDE encodings such as vs or Eclipse, which makes it easier for most other languages to use the IDE's habits. This compatibility really does a good job. But since so many friends have asked to use vs development python, let's introduce the environment of Visual Studio 2015 development Python.
VS 2015 Build development environment
before you start, you have to have visual studio2013/2015 on your computer, and if you don't, download a Visual Studio first.
1. Create the project:
2. Download Environment:
After creating a good job, click to run, you will appear below this interface, and then click Download, and install
2. Test environment:
OK, run successfully!