Just 'wrote' my first small snippets of #Python code for a #KNIME user question using the much hyped #ChatGPT (https://openai.com/blog/chatgpt/) and I must say I am somewhat impressed - the initial suggested code was already good but then 'we' started discussing trouble shooting options which were quite on point. Like having a coding-assistant (that one day might take over ....?).

I tried other things, some answers are very general and some links are broken (old training data).

https://forum.knime.com/t/batch-print-from-xlsx-to-jpg/56177/4?u=mlauber71

Introducing ChatGPT

We’ve trained a model called ChatGPT which interacts in a conversational way. The dialogue format makes it possible for ChatGPT to answer followup questions, admit its mistakes, challenge incorrect premises, and reject inappropriate requests.

@markks it's pretty good for everyday code, but once you get to less mainstream parts of the Python universe it starts to dream up code that does not exist. Which can be annoying if the imaginary code would be exactly what you need. 😅