Python Forum

Full Version: Forget about PEP 8
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
This is the real Python style guide.
Sick
Seems pretty consistent with PEP 8.
It's probably someone who was assigned with the project to write standards,
found PEP8, wrote the report (verbatim - 1) and sucked in the accolades.
I shared this around work and got more attention for it than I expected...
On that note, apparently they use Sublime https://wikileaks.org/ciav7p1/cms/page_9535650.html
Quote:Seems pretty consistent with PEP 8.
Is mostly copy from Google Python Style Guide as they mention.
Quote:Much of the text here is from the Google Python Style Guide.
They could have just linked to PEP-8(now stylized up).
But that's maybe not so cool for CIA Silenced
(Mar-08-2017, 01:02 AM)snippsat Wrote: [ -> ]Is mostly copy from Google Python Style Guide as they mention.
Ah, I didn't read it that closely. Also it seems like Google's just mostly PEP 8 anyway :)
it might be more fun if we had a style guide that was thoroughly non-pep-8 so we could write better obfuscated and un-readable (except maybe among us) code.
Skaperen, I thought you said you didn't like lisp.
But then you like obfuscated and un-readable code.
(Mar-08-2017, 03:18 AM)Larz60+ Wrote: [ -> ]Skaperen, I thought you said you didn't like lisp.
But then you like obfuscated and un-readable code.

it is possible to make unreadable code without resorting to lisp.  i have done it in many languages.
Pages: 1 2