Python in TouchDesigner | Extensions
Rounding out some of our work here with Python is to look extensions. If you've been following along with other posts you've probably already looked over some extensions in this post. If you're brand new to this idea, check out that example first.
Rather than re-inventing the wheel and setting up a completely new example, let's instead look at our previous example of making a logger and see how that would be different with extensions as compared to a module on demand.
A warning for those following along at home, we're now knee deep in Python territory, so what' we'll find here is less specific to TouchDesigner and more of a look at using Classes in Python.
