Windows builds the Python development environment
It's written in front.
Python you don't know it, maybe nothing, once you get to know it, you'll love it.
Basic concepts
Python (English pronunciation:/ˈpaɪθən/), an object-oriented, interpretive computer programming language, was invented by Guido van Rossum in 1989, and the first public release was issued in 1991.
Python is pure free software, and the source code and interpreter CPython follow the GPL (GNU general public License) protocol [1].
The python syntax is simple and clear, and one feature is to force whitespace (white spaces) to be indented as statements.
Python has a rich and powerful library. It is often nicknamed the Glue language, which makes it easy to connect various modules made in other languages (especially C + +). A common application scenario is to use the Python quick-build prototype (sometimes the final interface of the program), and then rewrite the specific requirements in a more appropriate language, such as a graphics rendering module in 3D games, with a particularly high performance requirement, which can be rewritten with C + +. It is then encapsulated as an extension class library that Python can invoke. Note that you may need to consider platform issues when you use an extended class library, and some may not provide cross-platform implementations.
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 ide, here I will introduce a few relative to me more commonly used!
Pycharm
Vim
Eclipse with PyDev
Sublime Text
Komodo Edit
Pyscripter
Interactive Editor for Python
Here, take Pycharm as an example.
Pycharm default is to be able to use 30 days, here to share a registration code (registration code Source: Baidu know:))
User name: yueting3527 registration code: ===== LICENSE BEGIN =====93347-1204201000001fmhemwis "6wozmznat3igxkxj2! nv2i6kso48hggla9jngjq5okz1usffr8k "ngzjhzjqt6ibg!1fbqzn9! vi===== LICENSE End =====
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"
Visual Studio 2015 builds the Python development environment
Describes the environment in which Visual Studio 2015 develops Python. It is well known that Visual Studio, the world's first IDE, has its bright spot, and it is believed that Microsoft's designers are also in the user experience when designing the Visual Studio 2015 product. So Visual Studio 2015 is quick and easy to build a python development environment.
It's written in front.
Python you don't know it, maybe nothing, once you get to know it, you'll love it.
Body Start
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!