You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Camel case](https://en.wikipedia.org/wiki/Camel_case) is used in the following example, where class name is in UpperCamel, functions in lowerCamel and underscore_separation for variables names. This convention is used broadly in the python community.
but, PEP8 asks people to use underscore_separation for their functions too. This should be updated.
The text was updated successfully, but these errors were encountered:
https://github-pages.ucl.ac.uk/rsd-engineeringcourse/ch05construction/02conventions.html says -
but, PEP8 asks people to use underscore_separation for their functions too. This should be updated.
The text was updated successfully, but these errors were encountered: