This article illustrates how to set up the python development environment. although there are many articles on the Internet about how to set up the python development environment, record the process and configure it later, it is also convenient for colleagues who are learning to configure their environment.
1. prepare the installation package
1) Download python Runtime Environment (https://www.python.org/downloads/) on the python official website, the current relatively stable is python-3.5.2
2) on the pycharm official website to download the latest version of IDE (http://www.jetbrains.com/pycharm/download/#section=windows, the official network of MacOS windows and linuxthree types, my next is pycharm-community-2016.2.3.exe
2. install software
1) install the python Runtime Environment
Double-click python-3.5.2.exe
After completing the above operations, you can start to develop the pythont program.
The above is the detailed description of how to build the python development environment. For more information, see other related articles in the first PHP community!