New to coding, trying to work through conventional arrangements. I've seen various naming styles - long and short words, some use Caps for first letter and others not, most use underscore between variable name_words_like_so.
Any conventions for python variable naming I should be aware of for best practices purposes?
TIA