Where is the IDE that comes with Python

Python's own IDE is opened as follows

Install the python development environment, open the search box, type IDLE, press Enter, open this application, and also start a wonderful python journey.

The editor at this time is in interactive mode. We can also click file-new-file to create a new file, where you can write the complete code at one time, and then save and execute it, which is much more convenient than the interactive mode.

as follows

Detailed process

Start-Program-Python 2./3.- IDLE (Python GUI)

This opens the Python Shell- File- New window (Ctrl+N)

The python editor appeared

Write code such as

print('HelloWorld')

Then save the file as helloworld.py (please remember to add the py extension, it will not be added automatically by default).

Press F5 in the editor window to see the result in Python Shell.

Content expansion:

How to open python ide

  1. Click "WIN key (the four squares on the keyboard bai)" to open the menu bar; du
  2. Click "All Programs" at the bottom;
  3. Find the column of Python xx (x is the version dao number);
  4. Click "Python xx" to open the shrink menu, find "IDLE (Python xx yz-bit)" and click it to open the Python built-in IDE.

Recommended Posts

Where is the IDE that comes with Python
Where is the pip path of python3
Where is the directory after python installation
Python judges that it is empty
Centos6.7 comes with python upgrade to
What is the id function of python
What is the prospect of python development
What is the function body of python
What is the function of adb in python
First acquainted with python, the grammatical rules in python
What is the difference between python and pycharm
Python is short-what does the spirit cage say
Python 3.9 is here!
2.1 The Python Interpreter (python interpreter)
What is the advantage of python over corporate language
How to practice after the python file is written
Realize the tank battle game with Python | Dry Post
Centos7 comes with rsync, which is briefly recorded today.
CentOS comes with Python deleted && YUM error repair
How does python judge the module installation is complete
Realize the tank battle game with Python | Dry Post