How can I write python code in knime?

Hi everyone,

I am using knime nodes and i make a project using these nodes. Iwant to write a python code to make a new algorithm that is not found in any node. Can I write python code in knime? and how? or which node allows me to write the python code?

Thanks in advance

You can find the Python nodes under

Scripting -> Python

in the node Repository. Please keep in mind that these nodes only support Python version 2. The official support for Python 2 will end in 2020 (https://pythonclock.org/).

You will need to install further Python 2 libraries for it to work. For example, `pandas` and `google.protobuf` are needed.