Python (1) Development environment installation (idea)

1. Download and install python SDK 

Official website download address: https://www.python.org/downloads/windows/

Recommend to use version 3.7

2. Use JetBrains-Idea as a development tool

First download Idae by yourself, and after confirming that IDEA is installed, open File-Setting-Plugins to search for Python plug-in installation, and restart idea after completion

New Python project

After configuration, Next--"The project name is filled in, and a basic Python project is completed.

New Python file

Py 、 Hello Python

写上:print("Hello Python")
Click to run

 

 

 

Guess you like

Origin blog.csdn.net/qq_37203082/article/details/110472109