Python identifiers — rules and conventions

Опубликовано: 03 Август 2022
на канале: Python and Pandas with Reuven Lerner
1,782
67

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.

You can get the Jupyter notebook I used in creating this video from https://github.com/reuven/youTube-not.... And don't forget my free, weekly newsletter at https://BetterDevelopersWeekly.com/!