<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: A Qlik server-side extension plugin for accessing Python in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/A-Qlik-server-side-extension-plugin-for-accessing-Python/m-p/84613#M14229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Markus - thank you for providing these links.&amp;nbsp; I am sure that they will be very helpful.&amp;nbsp; Thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Apr 2018 15:33:48 GMT</pubDate>
    <dc:creator>julietotsch</dc:creator>
    <dc:date>2018-04-03T15:33:48Z</dc:date>
    <item>
      <title>A Qlik server-side extension plugin for accessing Python</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/A-Qlik-server-side-extension-plugin-for-accessing-Python/m-p/84611#M14227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm looking to learn how to integrate Qlik with Python, but I am unable to find a server-side extension where the moving parts are explained so a novice can understand.&amp;nbsp; Anyone have any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:30:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/A-Qlik-server-side-extension-plugin-for-accessing-Python/m-p/84611#M14227</guid>
      <dc:creator>julietotsch</dc:creator>
      <dc:date>2024-11-16T08:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: A Qlik server-side extension plugin for accessing Python</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/A-Qlik-server-side-extension-plugin-for-accessing-Python/m-p/84612#M14228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;This is mainly documented at &lt;A class="jive-link-external-small" href="https://github.com/qlik-oss/server-side-extension" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;" target="_blank"&gt;https://github.com/qlik-oss/server-side-extension&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;If you want to write python code in Qlik Sense, p&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;lease follow the instructions at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://github.com/qlik-oss/server-side-extension/blob/master/examples/python/GetStarted.md" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;" target="_blank"&gt;https://github.com/qlik-oss/server-side-extension/blob/master/examples/python/GetStarted.md&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; and take a look at &lt;A class="jive-link-external-small" href="https://github.com/qlik-oss/server-side-extension/tree/master/examples/python/fullscriptsupport_pandas" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3778c7;" target="_blank"&gt;https://github.com/qlik-oss/server-side-extension/tree/master/examples/python/fullscriptsupport_pandas&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;If you want to encapsulate functionality in custom SSE functions written in python, you can start with the above then continue with &lt;A class="jive-link-external-small" href="https://github.com/qlik-oss/server-side-extension/tree/master/examples/python" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3778c7;" target="_blank"&gt;https://github.com/qlik-oss/server-side-extension/tree/master/examples/python&lt;/A&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Axisgroup has also made a series of blog posts about SSE which I think does a good job of explaining the concepts:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="http://www.axisgroup.com/data-industry-insights-blog/qlik-sense-server-side-extensions-part-13-architecture-environment" title="http://www.axisgroup.com/data-industry-insights-blog/qlik-sense-server-side-extensions-part-13-architecture-environment"&gt;Qlik Sense Server Side Extensions Part 1/3: Architecture and Environment&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www.axisgroup.com/data-industry-insights-blog/qlik-sense-server-side-extensions-part-23-simple-example-plugin" title="http://www.axisgroup.com/data-industry-insights-blog/qlik-sense-server-side-extensions-part-23-simple-example-plugin"&gt;Qlik Sense Server Side Extensions Part 2/3: A Simple Example Plugin&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www.axisgroup.com/data-industry-insights-blog/qlik-sense-server-side-extensions-part-33-resource-optimization-sse-limitations" title="http://www.axisgroup.com/data-industry-insights-blog/qlik-sense-server-side-extensions-part-33-resource-optimization-sse-limitations"&gt;Qlik Sense Server Side Extensions Part 3/3: Resource Optimization and SSE Limitations&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 07:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/A-Qlik-server-side-extension-plugin-for-accessing-Python/m-p/84612#M14228</guid>
      <dc:creator>Markus-Helgesson</dc:creator>
      <dc:date>2018-04-03T07:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: A Qlik server-side extension plugin for accessing Python</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/A-Qlik-server-side-extension-plugin-for-accessing-Python/m-p/84613#M14229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Markus - thank you for providing these links.&amp;nbsp; I am sure that they will be very helpful.&amp;nbsp; Thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 15:33:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/A-Qlik-server-side-extension-plugin-for-accessing-Python/m-p/84613#M14229</guid>
      <dc:creator>julietotsch</dc:creator>
      <dc:date>2018-04-03T15:33:48Z</dc:date>
    </item>
  </channel>
</rss>

