The Python Oracle

What is the naming convention in Python for variable and function?

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Hypnotic Puzzle4

--

Chapters
00:00 Question
00:36 Accepted answer (Score 1083)
01:05 Answer 2 (Score 1008)
01:45 Answer 3 (Score 289)
02:17 Answer 4 (Score 55)
03:35 Thank you

--

Full question
https://stackoverflow.com/questions/1597...

Accepted answer links:
[PEP 8: Function and Variable Names]: https://www.python.org/dev/peps/pep-0008...
[lowercase, with words separated by underscores]: https://en.wikipedia.org/wiki/Snake_case
[mixedCase]: https://en.wikipedia.org/wiki/MixedCase
[threading.py]: https://docs.python.org/library/threadin...

Answer 2 links:
[Google Python Style Guide]: https://google.github.io/styleguide/pygu...

Answer 3 links:
[here]: http://python.net/~goodger/projects/pyco...

Answer 4 links:
[Style Guide for Python Code]: http://www.python.org/dev/peps/pep-0008/

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #python3x #function #variables #namingconventions

#avk47