{
    "version": "https:\/\/jsonfeed.org\/version\/1",
    "title": "Заметки Александра Чернышева: заметки с тегом python",
    "_rss_description": "Keep in mind",
    "_rss_language": "ru",
    "_itunes_email": "",
    "_itunes_categories_xml": "",
    "_itunes_image": "",
    "_itunes_explicit": "",
    "home_page_url": "https:\/\/www.aschernyshev.ru\/tags\/python\/",
    "feed_url": "https:\/\/www.aschernyshev.ru\/tags\/python\/json\/",
    "icon": "https:\/\/www.aschernyshev.ru\/user\/userpic@2x.jpg?1469596960",
    "author": {
        "name": "Александр Чернышев",
        "url": "https:\/\/www.aschernyshev.ru\/",
        "avatar": "https:\/\/www.aschernyshev.ru\/user\/userpic@2x.jpg?1469596960"
    },
    "items": [
        {
            "id": "29",
            "url": "https:\/\/www.aschernyshev.ru\/all\/vybor-versii-python-v-notepad\/",
            "title": "Выбор версии Python в Notepad++",
            "content_html": "<p>Для выбора версии интерпретатора Python, в которой будет выполнен скрипт в Notepad++, можно использовать <a href=\"https:\/\/www.python.org\/dev\/peps\/pep-0397\/\"><b>Python Launcher For Windows<\/b><\/a>.<br \/>\nДля этого в плагине <b>NppExec<\/b> создадим скрипт<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">NPP_SAVE\r\ncd &quot;$(FULL_CURRENT_PATH)&quot;\r\nC:\\Windows\\py.exe &quot;$(FULL_CURRENT_PATH)&quot;<\/code><\/pre><p>Теперь в начале скриптов указываем версию интерпретатора питон, которую необходимо использовать.<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">#!\/usr\/bin\/env python2<\/code><\/pre><pre class=\"e2-text-code\"><code class=\"\">#!\/usr\/bin\/env python3<\/code><\/pre>",
            "date_published": "2017-02-13T22:26:50+03:00",
            "date_modified": "2017-02-14T00:10:45+03:00",
            "_date_published_rfc2822": "Mon, 13 Feb 2017 22:26:50 +0300",
            "_rss_guid_is_permalink": "true",
            "_rss_guid": "https:\/\/www.aschernyshev.ru\/all\/vybor-versii-python-v-notepad\/",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [
                    "system\/library\/highlight\/highlight.js",
                    "system\/library\/highlight\/highlight.css",
                    "system\/library\/highlight\/highlight.js",
                    "system\/library\/highlight\/highlight.css",
                    "system\/library\/highlight\/highlight.js",
                    "system\/library\/highlight\/highlight.css",
                    "system\/library\/highlight\/highlight.js",
                    "system\/library\/highlight\/highlight.css",
                    "system\/library\/highlight\/highlight.js",
                    "system\/library\/highlight\/highlight.css",
                    "system\/library\/highlight\/highlight.js",
                    "system\/library\/highlight\/highlight.css"
                ],
                "og_images": []
            }
        }
    ],
    "_e2_version": 3576,
    "_e2_ua_string": "E2 (v3576; Aegea)"
}