Hello guys, I’m a beginner with n8n. Before that, I learned Python, and I see that Python support is still in beta.
My question is: if I use Python, can I do the same things as with JavaScript, or are there some limitations?
If I need to learn JavaScript, that’s fine — I can do it if you recommend it.
What’s the difference between using Python and JavaScript in n8n?
hello @Dams
Generally, if you are not planning to use a Code node a lot, then there is not much difference. You can easily find all string/array/object methods that work in JS.
Python works only inside the Code node, for other nodes, if you need to do anything with variables, you should use JS
1 Like
Yes, I’m using sometime a code node that I found really great for some use cases.
ok perfect Thank you ![]()
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.