What is the suggested way of working for python co...
# beginners-need-help
s
What is the suggested way of working for python code that is used in multiple nodes in different pipelines? Do I place that code in /src, or should I put it into a certain node.py, and import it from there? I understand that in principle we want modularity and create nodes which can run independently. However, I still encounter situations where I can re-use certain pieces of code in multiple places.
7 Views