Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
julietotsch
Contributor II
Contributor II

A Qlik server-side extension plugin for accessing Python

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.  Anyone have any suggestions?

2 Replies
Markus-Helgesson
Employee
Employee

Hi,

This is mainly documented at https://github.com/qlik-oss/server-side-extension.

If you want to write python code in Qlik Sense, please follow the instructions at https://github.com/qlik-oss/server-side-extension/blob/master/examples/python/GetStarted.md and take a look at https://github.com/qlik-oss/server-side-extension/tree/master/examples/python/fullscriptsupport_pand....


If you want to encapsulate functionality in custom SSE functions written in python, you can start with the above then continue with https://github.com/qlik-oss/server-side-extension/tree/master/examples/python.

Axisgroup has also made a series of blog posts about SSE which I think does a good job of explaining the concepts:

Regards,

Markus

julietotsch
Contributor II
Contributor II
Author

Markus - thank you for providing these links.  I am sure that they will be very helpful.  Thanks again!

Julie