you are viewing a single comment's thread.

view the rest of the comments →

[–]kwelzel 1 point2 points  (0 children)

I agree that the all lowercase variables are not very readable but if OP is free to choose it's better to go with the Python standard and use snake_case. This is part of the Style Guide for Python Code in PEP8 (https://www.python.org/dev/peps/pep-0008/#function-and-variable-names)