News

Python Basics. A series of Python basics, written based on "Learning Python" by Mark Lutz 5ed ... such as flexible arrays and dictionaries. Because of its more general data types Python is applicable ...
Alternatively, we can split the 3D array into three 2D arrays, one for each colour channel. Note, this is different from above where we kept the entries as RGB vectors, where just two entries were 0.
TOML format basics. ... In Python, arrays map directly to lists. Tables in TOML. A table is a collection of key-value pairs in a TOML file, labeled with a header in square brackets.
Bash arrays have numbered indexes only, but they are sparse, ie you don't have to define all the indexes. An entire array can be assigned by enclosing the array items in parenthesis: arr=(Hello World) ...