Friday, 26 August 2022

python django naming convention (rules)

 do not use capital, use underscore for function name and variable name


https://stackoverflow.com/questions/15778601/when-should-i-use-underscores-between-words-in-python-function-names-according


https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/

No comments:

Post a Comment