n8n-code-python
sickn33/antigravity-awesome-skills
A comprehensive guide for writing and managing Python code specifically within n8n Code nodes. Learn how to perform complex data transformations, handle different execution modes (batch vs. item-by-item), and master various data access patterns (_input.all(), _input.item, _node). Note the critical limitations, such as relying only on the standard Python library and the general recommendation to use JavaScript for most n8n use cases.