#python-function-names

[ follow ]
fromRealpython
11 months ago

How Do You Choose Python Function Names? - Real Python

According to PEP 8 style guidelines, Python functions should be named using lowercase letters and with an underscore separating words. This style is often referred to as snake case.
JavaScript
[ Load more ]