In this video, Elburz demonstrates the new string formatting techniques in Python that all the pros are using: f-strings. This powerful new feature makes working with long strings for titles, data visualization labels, and more incredibly easy, intuitive, and less prone to bugs.
Python

Twitch is blowing up as a platform and more and more clients are wanting to shift their projects into some form of interactive live stream.
Parsing Twitch Chat Commands in TouchDesigner

Lister’s Dank Dark Secrets Welcome back for the third and final episode of The Big Badass lister. This week’s knowledge store comes to you directly from Ivan himself.
THE BIG BAD LISTER | PART 3/3

This post is going to be a little different than usual - normally Matthew does most of the writing for these posts, and then we cross post them on a few sites.
The Big Bad Lister | Part 1/3
Everyone has had the experience of learning Python and trying to implement their new techniques in TouchDesigner. A common problem that many people have is trying to do while loops in TouchDesigner. A regular while loop is likely to make TouchDesigner crash, which can be a real buzz kill!
How to do a While Loop That Doesn't Crash TouchDesigner
Python in TouchDesigner is a very powerful tool but one that can also be difficult to approach and can introduce performance issues in larger projects. One of our community members asked for tips on this tricky subject overall, when to use Python, and when to avoid it.
Python Optimization and Pro Tips For TouchDesigner
Licht.Pfad announces an intensive class for the Artists who want to deeply understand Geometrical pipeline of TouchDesigner and build the Custom Toolset using the Script SOP. We do a very short teoretical part and bunch of practical topics.
TouchDesigner 203: Building own geometry Tools

Let's get it out of the way: we all wish we could export an executable app from TouchDesigner. While we can't do that now, there are some good techniques we can use to make packaging small projects as we ship them out to customers or move them between different systems.
Packaging up TouchDesigner Projects

Python Tips'N'Tricks #1 Python Tips'N'Tricks #3 Python Tips'N'Tricks #4 PRoperties Properties are a really convinient way of making your extensions much more readable and easier to use. One prime example are parameters.