Python in TouchDesigner | Data Structures – Lists – Part 1 | TouchDesigner
Core Concepts
Lists – a structure and a concept
Creating lists – syntax and structure
Retrieving items from a list – Syntax
Adding items to a list .append() and .extend()
Lists of Lists