Python in TouchDesigner | Data Strucutres – Dictionaries Part 1 | TouchDesigner
Core Concepts
Dictionaries – a structure and a concept
Looking at Dictionaries and Lists side by side
What are key value pairs
Retrieving values from dictionaries
Retrieving .keys() and .values()
Adding items to dictionaries
Nested data structures
A better text formatting approach with .format() (a big thank you to Willy Nolan for setting me on the right path with text formatting in Python 3)