N8n 코드 파이썬
원문: n8n-code-python
Write Python code in n8n Code nodes. Use when writing Python in n8n, using _input/_json/_node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes.
무엇을 하나요
Python Code Node (Beta) Expert guidance for writing Python code in n8n Code nodes. ⚠️ Important: JavaScript First Recommendation : Use JavaScript for 95% of use cases . Only use Python when: You need specific Python standard library functions You're significantly more comfortable with Python syntax You're doing data transformations better suited to Python Why JavaScript is preferred: Full n8n helper functions ($helpers.httpRequest, etc.) Luxon DateTime library for advanced date/time operations No external library limitations Better n8n documentation and community support Quick Start Essential Rules 1. Consider JavaScript first Use Python only when necessary 2. Access data : input.all() , inp…
실행 시 본인 API 키(BYOK)로 동작하며, 모델 비용은 사용자 계정에서 직접 결제됩니다.