This video is part of the n8n advanced course. See all 8 videos of this course here.
Great video with insights. As part of code node you mentioned that we can use javascript or python. If i have specific python packages that needs to used in the code how do I install them? (I am running n8n locally).
Hey @Idi_ai,
Welcome to the community ![]()
There is no manual install option for Python modules, We use Pyodide which means you can only use the packages found here: Packages built in Pyodide β Version 0.23.1
If the module needs to be installed we will automatically download it so it can be used, You can find a bit more information on this here: Using the Code node | n8n Docs
Great effort by N8N!!
I am still able to understand the beginners course but once i start to watch the advance course, i am totally lost as i have no coding background. Is there anyway i can learn the basics in this forum?
Itβs recommended to understand the basic of JS, there are many recourses,
for the topics explanted in these videos βw3Schoolsβ is very good..
This is great. Thanks!