Source: How to Write Beautiful Python Code With PEP 8
Naming Conventions “Explicit is better than implicit.” — The Zen of Python
‼️ Note: Never use l (\ell), O (zero), or I (capital i) single letter names as these can be mistaken for 1 and 0, depending on typeface: