Python identifiers — rules and conventions

preview_player
Показать описание
What can you name a Python variable or function? Moreover, what *should* you name a Python variable or function? In this video, I discuss identifiers, the term for all names we give things in Python. I discuss what they can be, and many of the best-known conventions for naming things — including the various uses of underscore.

Рекомендации по теме
Комментарии
Автор

I work with python for almost 10 years and yet I always learn something new watching your videos. Thanks

rodrigomann
Автор

I don't have the words to tell you how awesome your channel is 🙌🙌🙌

evadegano
Автор

PascalCase vs. camelCase

Love your videos!

fastrockstar
Автор

Thank you, the video is very informative. I had always been curious of how exceptions work and how the program flow when you have try-except instead of trying to catch all possible exceptions programmatically (I.e. check if variable is a number, then if it's non-zero before proceeding with calculation).

ReynoldChua
Автор

Love your videos. Can you do a video on keyboard shortcuts you use?

skontzias