Build a Python development environment in Windows
1. First download the latest Python http://www.python.org/download /.
2. After the download is complete, start the installation. The installation is simple.
3. Configure the environment variables after installation, for example, add the Python installation directory to the Path variable of the system.
4. After the configuration is complete, open cmd and input python. If the output information is displayed, the configuration is successful.
5. OK. Now, the Python environment has been installed. You can use Notepad to write code. I still have to install IDE. The IDE I plan to use is Pycharm.
6. Download Pycharm, http://www.jetbrains.com/pycharm/download/
7. Next step.
After the installation is complete, you will be asked to purchase or enter the serial number for the first time. I will try it for 30 days and try again later.
Now we can create a Python project.
Build a Python development environment in Ubuntu
You may also like the following article about Python:
Installation of Python in Linux and precautions
Install and use the Python rq module in Ubuntu 14.04
Directly run Python code without the need for the operating system
Install Python3.4 on CentOS source code
Python core programming version 2. (Wesley J. Chun). [Chinese version of hd pdf]
Python development technology details. (Zhou Wei, Zong Jie). [hd PDF scan version + book guide video + code]
Obtain Linux information using a Python script
Build a desktop algorithm transaction research environment using Python in Ubuntu
A Brief History of Python Development
Python details: click here
Python: click here
This article permanently updates the link address: