Python Naming Conventions
Python Naming Conventions
1.Camel Case
2.Snake Case
3.Pascal Case
4.Kebab Case
Camel CASE @TRRaveendra
fi
Kebab CASE @TRRaveendra
Class Names
Exception Names
Function Names
Use one leading underscore only for non-public methods and instance
variables.
Constants
Learn
&
Lead