Home  >  Article  >  Backend Development  >  What key does python press to run?

What key does python press to run?

藏色散人
藏色散人Original
2019-06-25 09:59:5221004browse

What key does python press to run?

What key does python press to run?

Press shift F10 to run python.

Python is a computer programming language. It is an object-oriented dynamic type language that was originally designed for writing automated scripts (shells). With the continuous updates of the version and the addition of new language features, it is increasingly used for the development of independent and large-scale projects.

Related shortcut keys:

Run compile

1. ctrl F9: Build

2. shift F10: Run

Project directory operation

1. Create new files and projects: Select the directory to be created and use alt insert

2. ctrl shift a :Enter show in explorer-->Open the corresponding directory

3. ctrl alt s:Open software settings

4. ctrl alt shift s:Open module settings

5 . alt 1: Current directory area

6. alt 7: View the method list of the current class

7. ctrl tab: Switch directories and views

8. alt shift c :View the latest changes in the project

9. ctrl J:livetemp template view

Code shortcut operation

1. If there is no operation, you can complete the operation first After writing todo, you can view it in the todo window

2. F11 defines bookmark

3. shift F11: View bookmark

4. ctrl J: Quick call out Template

5. alt click on the breakpoint: disable the breakpoint

6. Press in debugging mode: alt to view the variable to check the value of the expression

combination Shortcut keys

1. F2: Positioning error

2. alt enter: Correct error

3. Alt mouse: Enter column editing mode

4. ctrl w: Select the word

5. or other combination operations

Related recommendations: "Python Tutorial"

The above is the detailed content of What key does python press to run?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn