Home > Development Tools > notepad > How to run python in notepad++

How to run python in notepad++

爱喝马黛茶的安东尼
Release: 2019-08-14 14:59:25
Original
6868 people have browsed it

How to run python in notepad++

The first step is to open notepad and find the run menu in the menu bar.

How to run python in notepad++

The second step is to select run in the submenu.

How to run python in notepad++

Related recommendations: "Notepad usage graphic tutorial"

The third step, in the small window that pops up, enter cmd /k python "$(FULL_CURRENT_PATH)" & PAUSE & EXIT, click save.

How to run python in notepad++

The fourth step is to create a new script command, name it run python, and set the shortcut key to ctrl shift P, which is easy to remember.

How to run python in notepad++

The fifth step is to return to notepad and select run python in the run submenu to debug python directly.

How to run python in notepad++

The above is the detailed content of How to run python in notepad++. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
Statement of this Website
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
Latest Issues
Why is my hosts notepad blank?
From 1970-01-01 08:00:00
0
0
0
Teacher Notepad++ how to make prompt code
From 1970-01-01 08:00:00
0
0
0
Notepad++ will not use
From 1970-01-01 08:00:00
0
0
0
The contents of hosts notepad are incorrect
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template