snake case
A naming convention in programming where words are separated by underscores, e.g., 'user_name'. Used in computing contexts.
In Python, snake case is often used for variable names.
Variant with interpunct; less common but still seen.
Borrowed from English 'snake case', referring to the snake-like appearance of underscores connecting words.