Why to learn Python
Python is very powerful, and for the reason of learning Python I will enumerate the following:
- Can do server background
- can do automation tools
- Can crawl data on the network
- Can do web site
- can perform data analysis
- Can be artificial intelligence research
What the individual learned before is too miscellaneous: Android (Master), Java,php,go,ios, front-end. Now prepare to specialize in a language to go deep. When Android is down, learning python may be a good choice when it comes to artificial intelligence and big data. From the front to the backstage, everything is capable. python in hand, the world I have!
Select Python IDE
There has always been a jetbranis of some Ides developed by the company, though their Ides are very high-profile, but they do not mind, like their IDE covers most of the mainstream development environment and is also the best ide.android, Java,php,python,go, iOS, Frontend, their company has the corresponding IDE, and their IDE tools are same strain, you will use one of them, then the other IDE is basically the same usage.
Python Environment installation
Today, the development of Python-focused learning, so JetBrains Company's Pycharm is certainly my preferred tool for development
Pytharm Win Edition
Then need an activation code, here I select a server, enter the address to http://idea.imsxm.com/
activate.
And then launch the IDE here will prompt an error, saying you did not select the Python interpreterNo Python interpreter selected
Open the Python website, download the Python Interpreter official website , here I downloaded the 3.6 version, although most of the mature library is still in the 2.x version, but since it is learning, it is certainly to face the future, so I choose the 3.6 version
Double-click Install Python interpreter file.
When the installation is complete, add local to select the interpreter in the IDE Launcher screen where the error appears, then click Create
- So the Python environment is built.
Funny: Too simple, forget, in fact, the building is really very simple, no diagram on it.
The last sentence of the classic code Hello World
Why learn to install Python and Python environments