<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Python in Notepad++]]></title><description><![CDATA[<p dir="auto">Hi. I’m working with python, and would like to be able to run python in Notepad++. I know it has a python language, but when I try to run a script or command, like “print(“Hello World”)” Notepad++ opens a python terminal, and I want to run python in Notepad++ itself. Is there a way to set this up, so I can run python from within Notepad++ and not an external terminal?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/17429/python-in-notepad</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 20:07:26 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/17429.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 09 Apr 2019 18:10:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Python in Notepad++ on Tue, 09 Apr 2019 18:16:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sean-anigans" aria-label="Profile: Sean-Anigans">@<bdi>Sean-Anigans</bdi></a></p>
<p dir="auto">well it depends what exactly you want to do and which python version you wanna use and how flexible it should be and …</p>
<p dir="auto">Npp does not have a builtin python interpreter but there are plugins which allow to execute python code<br />
either natively like PythonScript or with a local installation like NppExec. If you want to use Python3 then I would argue that NppExec is the way to go.<br />
NppExec provides a builtin console and a way to configure what needs to be executed.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42101</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42101</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Tue, 09 Apr 2019 18:16:19 GMT</pubDate></item></channel></rss>