Python in TD
Python in TouchDesigner certainly has it's own set of quirks - some of these behaviors stem from the Python, others from TouchDesigner, and finally from the integration between the two. Python's use in TouchDesigner is one of the most powerful ways to both customize TouchDesigner and build complex stand alone systems.
Having a nuanced understanding of how to best leverage Python in TouchDesigner unlocks a nearly limitless set of possibilities. This section is devoted to how SudoMagic has standardized it's Python practice for work with TouchDesigner.
📄️ Modules
Python modules in TouchDesigner
📄️ Extensions
Python extensions in TouchDesigner
📄️ Local Modules
A special case for Python modules in TouchDesigner
📄️ Auto-Complete
An overview of Python autocomplete in VS Code
📄️ Python Doc Strings
An overview of Python autocomplete in VS Code