Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
PEP is stupid anyway.
Spaces?
Underscores?
Fixed 2 lines between methods?
WHAT.
THE.
FUCK.
And when you get an older project and want it to work on Python3, everything is fine except because of this cancerous PEP, that an old library reference is invalid any more, because it was SomeLibrary and now it's renamed to some_library. Fuck them and their breaking changes to fucked up standards. -
@demiko i switch between several languages all the day. And they all need ; so when I switch to python i still use ; (and pycharm raises a PEP8 violation :-) )
P.s. i use tabs that is already a PEP8 violatation -
devios157707yJust read through some of PEP. Looks utterly terrible. I feel for anyone who has to be subjected to this. It's stuff like this that ruins coding for everybody.
Enforcing vertical alignment of function arguments? Are you kidding me?
Related Rants
Am i the only one that likes to use semicolons in python3?
Yes, i know it's against PEP 8
undefined
python
semicolon
code style