n8n allows you to build flexible workflows focused on deep data integration.
n8n allows you to build flexible workflows focused on deep data integration. And with sharable templates and a user-friendly UI, the less technical people on your team can collaborate on them too. Unlike other tools, complexity is not a limitation. So you can build whatever you want — without stressing over budget.
This template allows for one-click deployment. Bind a domain and start using n8n to automate your workflows.
See the n8n - Using the Code node - Python documentation for details. tl;dr: the dependencies that can be used is very limited.
If you need to run your customized Python workflow, it is better to deploy your Flask application with your logic, and let n8n to call your API to get the processed result.
A basic Flask template can be seen here: https://github.com/zeabur/flask-template.