Python related software installation and configuration tutorial (Python, PyCharm, Anaconda)

Python

First go to the Python official website to download.
Double-click the .exe file to install:
1
2
3
4
Check whether Python is installed successfully:
5


PyCharm

Download and install PyCharm

First enter the PyCharm official website to download.
Double-click the .exe file to install:
1
2
3
4
5

Environment variable configuration

Open: System Properties -> Environment Variables -> Path under System Variables, click "Edit"
and click "New", and copy the installation path of PyCharm.
Environment configuration

Use of PyCharm

create project

Anaconda

download and install

First enter the Anaconda official website to download.
Anaconda installer
After downloading, double-click to install:
1
2
3
4
5
6

Environment configuration

Open: System Properties -> Environment Variables -> Path under System Variables, click "Edit"
and click "New":
7
Test it:
1

Guess you like

Origin blog.csdn.net/qq_42757191/article/details/123440336