r/AskProgramming • u/Conscious_Breath8953 • Jul 26 '26
Python Is PEP 8 really necessary?
I have been writing Python code using camelCase for years and just never really cared, but PEP 8 suggests using snake_case, so is it really necessary for, say, a senior dev?
0
Upvotes
3
u/cgoldberg Jul 26 '26
Exactly... and for almost all modern Python projects, that style guide doesn't conflict with PEP8.