Home > Article > Backend Development > What software should I install for python?
I believe everyone can feel the continued popularity of the Python language. With the rapid development of artificial intelligence, python is the first language for the development of artificial intelligence. This has become an industry consensus. Let's take a look at what environments and tools need to be installed to learn the python language:
Building a Python development environment
1. Install python
1. Download the corresponding version of the python installation package from the python official website, open Baidu, and search for the python official website, Or enter python
official website address https://www.python.org/
2. Click download to select the corresponding operating platform
Click to download and install the version corresponding to your computer, pay attention to add python to path
2. Install development tools: pycharm
1. Open the pycharm official website
Search the pycharm official website, or enter the pycharm official website address:
https://www.jetbrains.com/pycharm/
Professional is the professional version, which requires a fee, and community is free. Beginners who want to learn python can just download the latter.
Related learning recommendations: python tutorial
The above is the detailed content of What software should I install for python?. For more information, please follow other related articles on the PHP Chinese website!