Advanced Course (2/8) - Advanced technical nodes

This video is part of the n8n advanced course. See all 8 videos of this course here.

15 Likes

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).

1 Like

Hey @Idi_ai,

Welcome to the community :raised_hands:

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

1 Like

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..