10

Am i the only one that likes to use semicolons in python3?

Yes, i know it's against PEP 8

Comments
  • 4
    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.
  • 2
    @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
  • 2
    @shelladdicted tabs are verboten in Python 3? Noooooooo!
  • 3
    @weedle I know but I WILL NOT USE SPACES.
  • 1
  • 2
    Just 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?
Add Comment